Add NODE_ENV variables to production packages/scripts
This commit is contained in:
parent
0bfc6c480f
commit
c25a6be9f4
2 changed files with 3 additions and 2 deletions
|
|
@ -11,7 +11,7 @@
|
|||
"start": "nest start",
|
||||
"start:dev": "nest start --watch",
|
||||
"start:debug": "nest start --debug --watch",
|
||||
"start:prod": "node dist/main",
|
||||
"start:prod": "NODE_ENV=production node dist/main",
|
||||
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
|
||||
"test": "jest",
|
||||
"test:watch": "jest --watch",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue