Skip to content

Commit 62dc12b

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 d680b80 commit 62dc12b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 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",

0 commit comments

Comments
 (0)