Skip to content

Commit 8323404

Browse files
committed
chore: remove prepublishOnly script
1 parent 62574a0 commit 8323404

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
"scripts": {
4040
"dev": "npm run build -- --watch",
4141
"build": "tsup src/index.ts --dts --format esm",
42-
"prepublishOnly": "npm run build",
4342
"release": "npx bumpp --commit --tag --push && npm publish",
4443
"example:spa:dev": "npm -C examples/spa run dev",
4544
"example:spa:build": "npm -C examples/spa run build",

0 commit comments

Comments
 (0)