Skip to content

Commit 22489fd

Browse files
committed
chore: add dev script for tsc --watch
1 parent fc64218 commit 22489fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"clean": "npx rimraf node_modules package-lock.json && npm run setup",
3333
"build": "grunt",
3434
"build.all": "grunt test",
35+
"dev": "tsc --watch",
3536
"setup": "npm i --ignore-scripts --legacy-peer-deps && npm rebuild husky",
3637
"test": "mocha --config=test/.mocharc.yml",
3738
"postinstall": "node postinstall.js",

0 commit comments

Comments
 (0)