Skip to content

Commit

Permalink
fix(scripts): do not update web-driver on postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
rychkog committed Mar 4, 2017
1 parent 5c193c9 commit fadd8de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"test": "npm run flow.clean && karma start karma.conf.js",
"e2e": "protractor protractor.conf.js",
"test:cover": "COVERAGE=enabled npm run test",
"postinstall": "webdriver-manager update",
"changelog": "conventional-changelog -i CHANGELOG.md -s -p angular",
"github-release": "conventional-github-releaser -p angular",
"preversion": "npm run flow.lint && npm test && npm run e2e",
Expand Down

0 comments on commit fadd8de

Please sign in to comment.