Skip to content

Commit 42b16ba

Browse files
committed
test: remove webdriver-manager repo postinstall
The postinstall action is no longer required with the current Bazel test rule setup.
1 parent cca0642 commit 42b16ba

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@
1919
"lint": "eslint --cache --max-warnings=0 \"**/*.@(ts|mts|cts)\"",
2020
"templates": "pnpm -s admin templates",
2121
"validate": "pnpm -s admin validate",
22-
"postinstall": "pnpm -s webdriver-update && husky",
23-
"//webdriver-update-README": "ChromeDriver version must match Puppeteer Chromium version, see https://github.com/GoogleChrome/puppeteer/releases http://chromedriver.chromium.org/downloads",
24-
"webdriver-update": "webdriver-manager update --standalone false --gecko false --versions.chrome 106.0.5249.21",
22+
"postinstall": "husky",
2523
"ng-dev": "node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only node_modules/@angular/ng-dev/bundles/cli.mjs",
2624
"ts-circular-deps": "pnpm -s ng-dev ts-circular-deps --config ./scripts/circular-deps-test.conf.mjs",
2725
"check-tooling-setup": "tsc --project .ng-dev/tsconfig.json",
@@ -150,8 +148,7 @@
150148
},
151149
"pnpm": {
152150
"onlyBuiltDependencies": [
153-
"puppeteer",
154-
"webdriver-manager"
151+
"puppeteer"
155152
],
156153
"overrides": {
157154
"@angular/build": "workspace:*"

0 commit comments

Comments
 (0)