mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
build: pull icons
This commit is contained in:
parent
ed389ea3b5
commit
590ea939ca
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
|
@ -1,6 +1,9 @@
|
|||
RAW_VERSION?=$(shell node scripts/get-version.js)
|
||||
FULL_VERSION=v$(RAW_VERSION)
|
||||
|
||||
pull-icons:
|
||||
git clone git@github.com:vscode-icons/vscode-icons.git vscode-icons --depth=1
|
||||
|
||||
build:
|
||||
rm -rf dist
|
||||
yarn build
|
||||
|
|
|
|||
Loading…
Reference in a new issue