From 590ea939ca12d7d8235ada5bfdc1d7159cee3134 Mon Sep 17 00:00:00 2001 From: EnixCoda Date: Fri, 13 Nov 2020 18:12:27 +0800 Subject: [PATCH] build: pull icons --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index d753a7b..3d97663 100755 --- a/Makefile +++ b/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