Skip to content

Commit

Permalink
Replace prepublish script with prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey committed Jan 22, 2019
1 parent e6d50ef commit d476ac8
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 @@ -20,7 +20,7 @@
"test-spec": "mocha dist/**/*.spec.js -R spec --bail",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- \"dist/**/*.spec.js\" -R spec --bail",
"test": "npm run build && npm run lint && npm run test-cov",
"prepublish": "npm run build"
"prepare": "npm run build"
},
"engines": {
"node": ">=4.2.0"
Expand Down

0 comments on commit d476ac8

Please sign in to comment.