Skip to content

Commit

Permalink
chore: remove chrome 73 webdriver version now chrome 74 has been rele…
Browse files Browse the repository at this point in the history
…ased
  • Loading branch information
oriondean committed Apr 25, 2019
1 parent 6e07669 commit 75b67f4
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 @@ -44,7 +44,7 @@
"lint": "tslint src/**/*.ts",
"watch": "cross-env environment=DEVELOPMENT rollup -cw",
"serve": "http-server",
"webdriver:update": "webdriver-manager update --versions.chrome 73.0.3683.68",
"webdriver:update": "webdriver-manager update",
"webdriver:start": "webdriver-manager start --quiet",
"test": "npm-run-all webdriver:update build:prod --parallel --race serve webdriver:start test:ci",
"test:unit": "jest --runInBand --config ./test/jestConfig.json test/unit",
Expand Down

0 comments on commit 75b67f4

Please sign in to comment.