From 100a5bbb32701dc81aa0d367f7855409d8b17b1a Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Sun, 23 Aug 2020 09:55:32 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Global=20Scripts?= 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 e970d7e3..b5531356 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,8 @@ "private": true, "scripts": { "clean": "rm -rf bitmaps", - "render:bibata-round": "yarn workspace bibata-round render" + "render:bibata-round": "yarn workspace bibata-round render", + "render": "yarn render:bibata-round" }, "workspaces": [ "packages/*"