Skip to content

Commit

Permalink
Merge pull request #193 from TokenScript/fix/consistent-npm-start
Browse files Browse the repository at this point in the history
Fix ecommerce-store-website example by updating npm start script
  • Loading branch information
nicktaras authored Apr 20, 2023
2 parents 8657d57 + 70811e4 commit fa5116d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecommerce-store-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dev": "next dev",
"build-without-export": "next build",
"build": "next build && next export",
"start": "next start -p 3004",
"start": "next build && next start -p 3004",
"lint": "next lint"
},
"dependencies": {
Expand Down

0 comments on commit fa5116d

Please sign in to comment.