We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39e6bbe commit 07de42fCopy full SHA for 07de42f
package.json
@@ -7,7 +7,7 @@
7
"dev": "vite build --watch --mode development",
8
"start": "vite build --watch --mode production",
9
"format": "prettier --write .",
10
- "script:zip": "powershell scripts/zip.ps1"
+ "script:zip": "vite build --mode production && powershell scripts/zip.ps1"
11
},
12
"dependencies": {
13
"@vueuse/core": "^10.2.1",
0 commit comments