From fbc499c38e59edcf0440abc9c3d0e4d053914239 Mon Sep 17 00:00:00 2001 From: RaviAnand Mohabir Date: Fri, 21 May 2021 17:58:54 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Add=20`build:watch`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 3a1d807..d58e417 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,7 @@ }, "scripts": { "build": "tsc", + "build:watch": "tsc --watch", "test": "echo \"Error: no test specified\" && exit 1", "lint": "prettier --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .", "format": "prettier --write --plugin-search-dir=. ."