Tweak package.json lifecycle scripts

This commit is contained in:
Tau
2019-10-14 13:54:50 -04:00
parent f348feff62
commit 44d8c0a824

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",