Skip to content

Commit 07de42f

Browse files
committed
Build zip result file
1 parent 39e6bbe commit 07de42f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dev": "vite build --watch --mode development",
88
"start": "vite build --watch --mode production",
99
"format": "prettier --write .",
10-
"script:zip": "powershell scripts/zip.ps1"
10+
"script:zip": "vite build --mode production && powershell scripts/zip.ps1"
1111
},
1212
"dependencies": {
1313
"@vueuse/core": "^10.2.1",

0 commit comments

Comments
 (0)