Skip to content

Commit

Permalink
build: 支持 codesandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
weaigc committed Nov 11, 2023
1 parent 5829ce7 commit 81c851f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .codesandbox/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"tasks": {
"dev": {
"name": "Start Server",
"command": "npm run build && npm start",
"command": "npm install && npm run build && npm start",
"runAtStart": true,
"preview": {
"port": 3000
Expand Down

0 comments on commit 81c851f

Please sign in to comment.