Skip to content

Commit 127bd62

Browse files
committed
Remove prepublishOnly (bun not on PATH in npm scripts)
1 parent 43f0b48 commit 127bd62

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@
4040
"snowball": "cli.js"
4141
},
4242
"scripts": {
43-
"build": "bun build index.ts --outdir dist --target node",
44-
"prepublishOnly": "bun run build"
43+
"build": "bun build index.ts --outdir dist --target node"
4544
},
4645
"files": [
4746
"dist/",

0 commit comments

Comments
 (0)