We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1a6456 commit 2580ebeCopy full SHA for 2580ebe
1 file changed
package.json
@@ -16,10 +16,9 @@
16
"scripts": {
17
"commit": "lint-staged && git-cz -n",
18
"build": "vite build",
19
- "build:types": "tsc --emitDeclarationOnly",
20
"dev": "vite",
21
"preview": "vite preview",
22
- "prepublish": "rimraf dist && npm run build && npm run build:types",
+ "prepublishOnly": "rimraf dist && npm run build",
23
"coverage": "vitest run --coverage",
24
"lint": "eslint --fix src test",
25
"test": "vitest",
@@ -72,4 +71,4 @@
72
71
"vite": "^6.1.0",
73
"vitest": "^3.0.5"
74
}
75
-}
+}
0 commit comments