adjust npm scripts

This commit is contained in:
mightypanders 2022-04-23 21:26:08 +02:00
parent c58c3c61a8
commit 6ff3e68921

View File

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