Adjust script for running in dev mode

Signed-off-by: Fred Boniface <fred@fjla.uk>
This commit is contained in:
Fred Boniface 2023-10-12 22:23:08 +01:00
parent 398a62aadb
commit a701102228
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
"scripts": {
"build": "tsc",
"run": "tsc && node dist/app.js",
"dev": "NODE_ENV=development tsc && node dist/app.js",
"dev": "tsc && NODE_ENV=development node dist/app.js",
"start": "node app.js",
"test": "jest",
"format": "npx prettier -w ."