Skip to content

Commit

Permalink
fix dev:ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki-takei committed Jun 6, 2024
1 parent 8162a98 commit f453c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/slackbot-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"cp:bootstrap:dev": "cp -RT ../../node_modules/bootstrap/dist ./src/public/bootstrap",
"tsc": "tsc -p tsconfig.build.json",
"tsc:w": "yarn tsc -w",
"dev:ci": "yarn dev --ci",
"dev:ci": "cross-env NODE_ENV=development yarn ts-node src/index.ts --ci",
"dev": "cross-env NODE_ENV=development nodemon --exec yarn ts-node --inspect src/index.ts",
"start:prod:ci": "yarn start:prod --ci",
"start:prod": "cross-env NODE_ENV=production node -r dotenv-flow/config dist/index.js",
Expand Down

0 comments on commit f453c40

Please sign in to comment.