Tweak package.json lifecycle scripts

This commit is contained in:
Tau
2019-11-06 17:28:31 -05:00
parent f348feff62
commit 44d8c0a824
+2 -1
View File
@@ -38,8 +38,9 @@
},
"scripts": {
"build": "tsc",
"prepare": "tsc",
"test": "jest",
"start": "ts-node src/index.ts"
"watch": "tsc --watch"
},
"jest": {
"preset": "ts-jest",