From a49fd4c47092f1f33ef75b1570fa5cd14bddc8a3 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+KaizIqbal@users.noreply.github.com> Date: Fri, 14 Aug 2020 16:48:51 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20render=20script?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/round/package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/packages/round/package.json b/packages/round/package.json index 0409d78c..41bf1e25 100644 --- a/packages/round/package.json +++ b/packages/round/package.json @@ -3,6 +3,10 @@ "version": "1.0.0", "description": "Rounded Corner Bibata 🏳️‍🌈", "main": "index.js", + "scripts": { + "build": "npx tsc --build", + "render": "yarn build && node dist/index.js" + }, "author": "Kaiz Khatri", "license": "GPL-3.0", "private": true, @@ -11,6 +15,5 @@ "ts-node": "^8.10.2", "tslint": "^6.1.3", "typescript": "^3.9.7" - }, - "dependencies": {} + } }