Skip to content

Commit

Permalink
Adjust start mock scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
slhmy committed Oct 2, 2023
1 parent 37e6008 commit 471d81d
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 @@ -41,7 +41,7 @@
},
"scripts": {
"start": "vite",
"start-mock": "vite --mode mock",
"start:mock": "vite --mode mock",
"build": "vite build",
"build:gh-pages": "vite build --mode gh-pages",
"build-and-zip": "vite build && ./script/zip-dist.sh",
Expand Down

0 comments on commit 471d81d

Please sign in to comment.