Skip to content

Commit c66ad81

Browse files
committed
Remove prepublishOnly npm script
It's broken in npm@<5
1 parent 5ede9bf commit c66ad81

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
@@ -6,8 +6,7 @@
66
"scripts": {
77
"test": "mocha",
88
"clean": "rm lib/*",
9-
"build": "npm run clean; babel src/ --out-dir lib",
10-
"prepublishOnly": "npm run build"
9+
"build": "npm run clean; babel src/ --out-dir lib"
1110
},
1211
"files": [
1312
"index.js",

0 commit comments

Comments
 (0)