Skip to content

Commit fdae14a

Browse files
authored
chore: remove unused webdriver-manager yarn script alias (#18550)
The webdriver-manager is no longer needed now that we run e2e tests with Bazel. The script we added for it in the `package.json` can be removed.
1 parent a0aee92 commit fdae14a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"lint": "yarn -s tslint && yarn -s bazel:format-lint && yarn -s ownerslint",
2626
"e2e": "bazel test //src/... --test_tag_filters=e2e",
2727
"deploy-dev-app": "node ./scripts/deploy-dev-app.js",
28-
"webdriver-manager": "webdriver-manager",
2928
"breaking-changes": "ts-node --project scripts scripts/breaking-changes.ts",
3029
"gulp": "gulp",
3130
"stage-release": "ts-node --project tools/release/ tools/release/stage-release.ts",

0 commit comments

Comments
 (0)