Skip to content

Commit

Permalink
Merge pull request #68 from corbinu/prepublish
Browse files Browse the repository at this point in the history
Replace prepublish with prepare
  • Loading branch information
dherman authored Sep 18, 2017
2 parents b2d3d6b + c6938f9 commit f3c0386
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 @@ -58,7 +58,7 @@
"scripts": {
"test": "npm run transpile && mocha dist/neon-cli-test/acceptance",
"transpile": "tsc",
"prepublish": "in-install || npm run transpile"
"prepare": "in-install || npm run transpile"
},
"bugs": {
"url": "https://github.com/neon-bindings/neon-cli/issues"
Expand Down

0 comments on commit f3c0386

Please sign in to comment.