Skip to content

Commit 60ba7ad

Browse files
committed
Merge branch 'bal-1657-otel-traces-support' of github.com:ballerine-io/ballerine into bal-1657-otel-traces-support
2 parents 0fdb7d6 + b3a41da commit 60ba7ad

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

services/workflows-service/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@
1111
"lint": "eslint . --fix",
1212
"start": "nest start",
1313
"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",
14+
"prod": "npm run db:migrate-up && npm run start:prod",
15+
"start:prod": "node dist/src/main",
16+
"prod:next": "npm run db:migrate-up && npm run db:data-sync && npm run start:prod",
1617
"start:watch": "nest start --watch",
1718
"start:debug": "nest start --debug --watch",
1819
"build": "nest build --path=tsconfig.build.json",

0 commit comments

Comments
 (0)