From 67d0bf779a532aee3553c2daa20b19f46d280407 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+KaizIqbal@users.noreply.github.com> Date: Fri, 14 Aug 2020 16:54:57 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=EF=B8=8F=20dev=20scripts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/original/package.json | 2 ++ packages/round/package.json | 2 ++ 2 files changed, 4 insertions(+) diff --git a/packages/original/package.json b/packages/original/package.json index 8175a903..a9bb7e5d 100644 --- a/packages/original/package.json +++ b/packages/original/package.json @@ -4,6 +4,8 @@ "description": "Original Bibata 🚀", "main": "index.js", "scripts": { + "dev": "nodemon src/index.ts", + "dev:debug": "nodemon --inspect src/index.ts", "build": "npx tsc --build", "render": "yarn build && node dist/index.js" }, diff --git a/packages/round/package.json b/packages/round/package.json index 41bf1e25..2f21f3b8 100644 --- a/packages/round/package.json +++ b/packages/round/package.json @@ -4,6 +4,8 @@ "description": "Rounded Corner Bibata 🏳️‍🌈", "main": "index.js", "scripts": { + "dev": "nodemon src/index.ts", + "dev:debug": "nodemon --inspect src/index.ts", "build": "npx tsc --build", "render": "yarn build && node dist/index.js" },