We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ac3891 commit 82e357dCopy full SHA for 82e357d
1 file changed
package.json
@@ -31,6 +31,8 @@
31
"scripts": {
32
"build": "vite build",
33
"lint": "standard",
34
- "test": "vitest"
+ "test": "vitest",
35
+ "prepare": "npm run build",
36
+ "prepack": "npm run build"
37
}
38
0 commit comments