Skip to content

Commit

Permalink
update production start script
Browse files Browse the repository at this point in the history
  • Loading branch information
yinkakun committed Oct 23, 2022
1 parent a0deaa7 commit 938054f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"seed": "medusa seed -f ./seed-data.json",
"build": "babel src -d dist --extensions \".ts,.js\"",
"develop": "medusa develop",
"start": "medusa migrations run && medusa develop -p=8080"
"start": "medusa migrations run && medusa start -p=8080"
},
"dependencies": {
"@medusajs/medusa": "^1.3.7",
Expand Down

0 comments on commit 938054f

Please sign in to comment.