We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1973afb commit 327d638Copy full SHA for 327d638
package.json
@@ -8,7 +8,8 @@
8
"build": "tsc && vite build",
9
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
10
"preview": "vite preview",
11
- "test": "vitest"
+ "test": "vitest",
12
+ "prepublishOnly": "npm run build"
13
},
14
"exports": {
15
".": {
0 commit comments