We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0fdb7d6 + b3a41da commit 60ba7adCopy full SHA for 60ba7ad
services/workflows-service/package.json
@@ -11,8 +11,9 @@
11
"lint": "eslint . --fix",
12
"start": "nest start",
13
"dev": "npm run start:watch",
14
- "prod": "npm run db:migrate-up && node dist/src/main",
15
- "prod:next": "npm run db:migrate-up && npm run db:data-sync && node dist/src/main",
+ "prod": "npm run db:migrate-up && npm run start:prod",
+ "start:prod": "node dist/src/main",
16
+ "prod:next": "npm run db:migrate-up && npm run db:data-sync && npm run start:prod",
17
"start:watch": "nest start --watch",
18
"start:debug": "nest start --debug --watch",
19
"build": "nest build --path=tsconfig.build.json",
0 commit comments