Skip to content

Commit

Permalink
updated npm start command
Browse files Browse the repository at this point in the history
  • Loading branch information
nahueloyha committed Apr 19, 2023
1 parent 848b64a commit 70811e4
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 70811e4

Please sign in to comment.