Skip to content

Commit

Permalink
chore(CI): Remove unnecessary install
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed May 28, 2017
1 parent d5bfc8d commit 4462b44
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 @@ -65,7 +65,7 @@
"scripts": {
"test": "node build && mocha",
"lint": "prettier-standard *.js src/**/*.js test/**/*.js",
"semantic-release": "npm install && node build && semantic-release pre && npm publish && semantic-release post",
"semantic-release": "node build && semantic-release pre && npm publish && semantic-release post",
"precommit": "lint-staged",
"commitmsg": "validate-commit-msg",
"prepush": "npm test",
Expand Down

0 comments on commit 4462b44

Please sign in to comment.