diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 7 |
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", |
