Skip to content

Commit 9873fb0

Browse files
committed
update build
1 parent 3232414 commit 9873fb0

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"scripts": {
88
"test": "vitest",
99
"dev": "vite",
10-
"build": "rimraf dist && tsc && vite build",
10+
"build": "rimraf dist && tsc && vite build && npm run zip",
1111
"zip": "rimraf resources/dist.zip && zip -r resources/dist.zip dist",
1212
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0 --fix"
1313
},

resources/dist.zip

77.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)