We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3232414 commit 9873fb0Copy full SHA for 9873fb0
2 files changed
package.json
@@ -7,7 +7,7 @@
7
"scripts": {
8
"test": "vitest",
9
"dev": "vite",
10
- "build": "rimraf dist && tsc && vite build",
+ "build": "rimraf dist && tsc && vite build && npm run zip",
11
"zip": "rimraf resources/dist.zip && zip -r resources/dist.zip dist",
12
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0 --fix"
13
},
resources/dist.zip
77.4 KB
0 commit comments