adjust npm scripts
This commit is contained in:
parent
c58c3c61a8
commit
6ff3e68921
@ -7,7 +7,7 @@
|
|||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
"clean": "rimraf build",
|
"clean": "rimraf build",
|
||||||
"watch": "yarn run clean && yarn run build -- -w",
|
"watch": "yarn run clean && yarn run build -- -w",
|
||||||
"monitor": "nodemon index.ts",
|
"monitor": "nodemon build/index.js",
|
||||||
"start": "node build/index.js",
|
"start": "node build/index.js",
|
||||||
"buildstart": "yarn run build && node build/index.js",
|
"buildstart": "yarn run build && node build/index.js",
|
||||||
"lint": "eslint . --ext .ts --fix",
|
"lint": "eslint . --ext .ts --fix",
|
||||||
|
Loading…
Reference in New Issue
Block a user