chore(): update web driver (#23010)

This commit is contained in:
Liam DeBeasi
2021-03-03 10:06:28 -05:00
committed by GitHub
parent a2763afe8e
commit 38eb378d66

View File

@@ -8,7 +8,7 @@
"sync:build": "sh scripts/build-ionic.sh",
"sync": "sh scripts/sync.sh",
"build": "npm run sync && ng build --prod --no-progress",
"pretest": "webdriver-manager update --versions.chrome 87.0.4280.20",
"pretest": "webdriver-manager update --versions.chrome 89.0.4389.23",
"test": "ng e2e --prod --webdriver-update=false",
"test.dev": "npm run sync && ng e2e",
"lint": "ng lint",