From e30b845dcb489f9d62529ce40ecd9c19b7b8bb4a Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Sun, 23 Aug 2020 19:26:11 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=97=20Build=20script?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b5531356..9e0af2b1 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,8 @@ "scripts": { "clean": "rm -rf bitmaps", "render:bibata-round": "yarn workspace bibata-round render", - "render": "yarn render:bibata-round" + "render": "yarn render:bibata-round", + "build": "rm -rf themes && python build.py" }, "workspaces": [ "packages/*"