From 2341c971d9d78094318f28d5f6ab0abe8e4b4c97 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Sat, 22 Aug 2020 13:12:07 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20Clean=20old=20bitmaps?= 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 2544bbdf..6aa15161 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,8 @@ "license": "GPL-3.0", "private": true, "scripts": { - "render:bibata-round": "yarn workspace bibata-round render" + "clean": "rm -rf bitmaps", + "render:bibata-round": "yarn clean && yarn workspace bibata-round render" }, "workspaces": [ "packages/*"