aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorKevin J Hoerr <kjhoerr@protonmail.com>2021-09-25 19:49:37 +0000
committerKevin J Hoerr <kjhoerr@protonmail.com>2021-09-25 19:49:37 +0000
commit79ef182b6c3efc074422aed01c668bdef2f30676 (patch)
tree199feec6ac134021aa3fbe888176e321719a1b21 /package.json
parent4228765100aeca3d0ae170621335631ffb784753 (diff)
downloadao-coverage-79ef182b6c3efc074422aed01c668bdef2f30676.tar.gz
ao-coverage-79ef182b6c3efc074422aed01c668bdef2f30676.tar.bz2
ao-coverage-79ef182b6c3efc074422aed01c668bdef2f30676.zip
Move to Plug'n'Play over node_modules
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/package.json b/package.json
index da60a5d..eeb2e80 100644
--- a/package.json
+++ b/package.json
@@ -8,9 +8,9 @@
},
"main": "build/index.js",
"scripts": {
- "start:dev": "tsc-watch --onSuccess \"node ./build/index.js\"",
- "start": "tsc && node ./build/index.js",
- "start:prod": "tsc && NODE_ENV=production node ./build/index.js",
+ "start:dev": "tsc-watch --onSuccess \"yarn node ./build/index.js\"",
+ "start": "tsc && yarn node ./build/index.js",
+ "start:prod": "tsc && NODE_ENV=production yarn node ./build/index.js",
"format": "prettier --write 'src/**/*.ts'",
"lint": "eslint 'src/**/*.ts'",
"lint:fix": "eslint --fix 'src/**/*.ts'",
@@ -41,6 +41,7 @@
"@types/express": "^4.17.13",
"@types/jest": "^27.0.1",
"@types/jsdom": "^16.2.13",
+ "@types/node": "^16.10.1",
"@types/supertest": "^2.0.11",
"@types/triple-beam": "^1.3.2",
"@types/uuid": "^8.3.1",