fix start phase
This commit is contained in:
parent
c400895450
commit
f91157467d
@ -26,7 +26,7 @@
|
||||
"build": "tsc",
|
||||
"buildwatch": "tsc --watch",
|
||||
"clean": "rimraf build",
|
||||
"start": "npm run clean && node build/index.js",
|
||||
"start": "node build/index.js",
|
||||
"debuggable": "node build/index.js --inspect-brk",
|
||||
"monitor": "nodemon build/index.js",
|
||||
"lint": "eslint . --ext .ts",
|
||||
|
Loading…
Reference in New Issue
Block a user