Skip to content

Commit

Permalink
Override files in old zip
Browse files Browse the repository at this point in the history
  • Loading branch information
slhmy committed Sep 29, 2023
1 parent 9cbdd6c commit 77acb2e
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": "vite",
"start-mock": "vite --mode mock",
"build": "vite build",
"build-and-zip": "vite build && zip -r dist.zip dist",
"build-and-zip": "vite build && zip -f -r dist.zip dist",
"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 77acb2e

Please sign in to comment.