Skip to content

Commit 4cbf252

Browse files
committed
chore: fix script
1 parent a5f549c commit 4cbf252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"scripts": {
2020
"dev": "npm run build -- --watch",
2121
"build": "tsup src/index.ts --dts --format cjs,esm",
22-
"prepublish": "npm run build",
22+
"prepublishOnly": "npm run build",
2323
"release": "npx bumpp --push --tag --commit && npm publish"
2424
},
2525
"dependencies": {

0 commit comments

Comments
 (0)