Skip to content

Commit

Permalink
change npm start cmd to fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
rylew1 committed Apr 25, 2024
1 parent 7ff2f3d commit 22461ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"lint": "next lint --dir src --dir stories --dir .storybook --dir tests --dir scripts --dir frontend --dir lib --dir types",
"lint-fix": "npm run lint -- --fix",
"postinstall": "node ./scripts/postinstall.js",
"start": "next start -p ${PORT:-3000}",
"start": "node .next/standalone/server.js -p ${PORT:-3000}",
"storybook": "storybook dev -p 6006",
"storybook-build": "storybook build",
"test": "jest --ci --coverage",
Expand Down

0 comments on commit 22461ad

Please sign in to comment.