Skip to content

Commit

Permalink
chore: prepublish -> prepublishOnly [skip ci]
Browse files Browse the repository at this point in the history
*shakes fist at npm*
  • Loading branch information
quantizor committed Apr 20, 2017
1 parent cd7e176 commit fafab42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
]
},
"scripts": {
"prepublish": "npm run es5",
"prepublishOnly": "npm run es5",
"es5": "babel index.js --out-file index.es5.js",
"site:css": "stylus -u autoprefixer-stylus site.styl -o docs/css/style.css",
"site:css:release": "npm run site:css -- -c",
Expand Down

0 comments on commit fafab42

Please sign in to comment.