Skip to content

Commit

Permalink
chore: 修改build脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
JerryFan626 committed Mar 18, 2024
1 parent edd3820 commit c49566d
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 @@ -4,7 +4,7 @@
"description": "Nextra docs template",
"scripts": {
"dev": "next dev",
"build": "next build",
"build": "next build && PORT=3099 npm start",
"start": "next start"
},
"repository": {
Expand Down

0 comments on commit c49566d

Please sign in to comment.