Skip to content

Commit

Permalink
Remove prepublishOnly npm script
Browse files Browse the repository at this point in the history
It's broken in npm@<5
  • Loading branch information
xzyfer committed May 12, 2017
1 parent 5ede9bf commit c66ad81
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"scripts": {
"test": "mocha",
"clean": "rm lib/*",
"build": "npm run clean; babel src/ --out-dir lib",
"prepublishOnly": "npm run build"
"build": "npm run clean; babel src/ --out-dir lib"
},
"files": [
"index.js",
Expand Down

0 comments on commit c66ad81

Please sign in to comment.