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 f961b66 commit 87a570cCopy full SHA for 87a570c
.changelog/01.txt
@@ -0,0 +1,2 @@
1
+fix
2
+Add prepublishOnly script
package.json
@@ -8,6 +8,7 @@
8
},
9
"scripts": {
10
"build": "rollup -c",
11
+ "prepublishOnly": "rimraf dist && pnpm run build",
12
"prepare": "husky"
13
14
"keywords": [
@@ -25,6 +26,7 @@
25
26
"husky": "^9.1.7",
27
"prettier": "^3.6.2",
28
"pretty-quick": "^4.2.2",
29
+ "rimraf": "^6.0.1",
30
"rollup": "^4.52.0",
31
"semver": "^7.7.2",
32
"simple-git": "^3.28.0"
0 commit comments