Skip to content

Commit

Permalink
Hot fix scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
akamya997 committed Mar 6, 2024
1 parent 7f20c46 commit 6ead847
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 @@ -43,7 +43,7 @@
"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",
"build-and-zip": "vite build && ./scripts/zip-dist.sh",
"init-mock": "npx msw init public --no-save",
"prettier": "npx prettier --write \"src/**/*.{ts,tsx}\"",
"prettier:check": "npx prettier --check \"src/**/*.{ts,tsx}\"",
Expand Down

0 comments on commit 6ead847

Please sign in to comment.