🔨 Add build:watch

This commit is contained in:
RaviAnand Mohabir 2021-05-21 17:58:54 +02:00
parent 6d94d43d67
commit fbc499c38e

View File

@ -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=. ."