Skip to content

Commit b4b935a

Browse files
author
Test User
committed
fix: remove missing build.js reference from package.json
- Remove build script that doesn't exist - npm package doesn't need a build step (wrapper scripts only) - Go binary is built separately by GoReleaser - prepublishOnly now only runs prepublish.js validation
1 parent 128bfb2 commit b4b935a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
},
99
"scripts": {
1010
"postinstall": "node scripts/postinstall.js",
11-
"build": "node scripts/build.js",
12-
"prepublishOnly": "npm run build && node scripts/prepublish.js"
11+
"prepublishOnly": "node scripts/prepublish.js"
1312
},
1413
"files": [
1514
"bin/",

0 commit comments

Comments
 (0)