Skip to content

Commit

Permalink
Check errors on start command
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Feb 21, 2024
1 parent a900660 commit 7d7f468
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 @@ -21,7 +21,7 @@
"ngrok": "ngrok --config ngrok.yml start app",
"prepublishOnly": "set -e; pnpm install; pnpm build",
"set-version": "pnpm version --new-version $APP_VERSION --no-git-tag-version",
"start": "pnpm build; cd demo; pnpm install; pnpm start"
"start": "set -e; pnpm build; cd demo; pnpm install; pnpm start"
},
"engines": {
"node": ">=18"
Expand Down

0 comments on commit 7d7f468

Please sign in to comment.