Skip to content
This repository has been archived by the owner on Jan 8, 2022. It is now read-only.

Commit

Permalink
remove in-publish
Browse files Browse the repository at this point in the history
  • Loading branch information
farism committed Aug 31, 2017
1 parent d9421a4 commit a0e7667
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 @@ -21,7 +21,7 @@
"scripts": {
"build": "babel src -d lib",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"prepublishOnly": "in-publish && npm run build",
"prepublishOnly": "npm run build",
"test": "nyc --reporter=html --reporter=text mocha"
},
"dependencies": {
Expand Down

0 comments on commit a0e7667

Please sign in to comment.