Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
fix: set gecko false for webdriver manager. See angular/webdriver-man…
Browse files Browse the repository at this point in the history
  • Loading branch information
Hervé TINANT committed Jul 13, 2017
1 parent 4832e06 commit 4c87d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"e2e": "concurrently \"npm run serve:e2e\" \"npm run protractor\" --kill-others --success first",
"pree2e:aot": "npm run build:e2e && npm run build:aot",
"e2e:aot": "concurrently \"npm run serve:e2e-aot\" \"npm run protractor\" --kill-others --success first",
"preprotractor": "webdriver-manager update",
"preprotractor": "webdriver-manager update --gecko false",
"protractor": "protractor protractor.config.js"
},
"keywords": [],
Expand Down

0 comments on commit 4c87d6b

Please sign in to comment.