|
@@ -12,7 +12,7 @@
|
|
|
"start:dev": "nest start --watch",
|
|
|
"start:debug": "nest start --debug --watch",
|
|
|
"start:prod": "node dist/main",
|
|
|
- "pm2:prod": "cross-env pm2 start -- ecosystem.config.js",
|
|
|
+ "pm2:prod": "cross-env NODE_ENV=production pm2 start -- ecosystem.config.js",
|
|
|
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
|
|
|
"test": "jest",
|
|
|
"test:watch": "jest --watch",
|