Skip to content

Commit

Permalink
fix: npm start command to include exec
Browse files Browse the repository at this point in the history
  • Loading branch information
koladilip committed Oct 4, 2024
1 parent e0238d1 commit 9f5140b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"lint:fix:json": "eslint --ext .json --fix .",
"lint": "npm run format && npm run lint:fix",
"check:merge": "npm run verify || exit 1; codecov",
"start": "cd dist;node ./src/index.js;cd ..",
"start": "cd dist;exec node ./src/index.js;cd ..",
"build:start": "npm run build && npm run start",
"build:ci": "tsc -p tsconfig.json",
"build:swagger": "npm run build && npm run setup:swagger",
Expand Down

0 comments on commit 9f5140b

Please sign in to comment.