We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e00410 commit f5d75d8Copy full SHA for f5d75d8
package.json
@@ -21,7 +21,7 @@
21
"prebuildifier": "bazel build --noshow_progress @com_github_bazelbuild_buildtools//buildifier",
22
"buildifier": "find . -type f \\( -name BUILD -or -name BUILD.bazel \\) ! -path \"*/node_modules/*\" | xargs $(bazel info bazel-bin)/external/com_github_bazelbuild_buildtools/buildifier/buildifier",
23
"preinstall": "node tools/yarn/check-yarn.js",
24
- "postinstall": "yarn update-webdriver; node ./tools/postinstall-patches.js",
+ "postinstall": "yarn update-webdriver && node ./tools/postinstall-patches.js",
25
"update-webdriver": "webdriver-manager update --gecko false $CHROMEDRIVER_VERSION_ARG",
26
"check-env": "gulp check-env"
27
},
0 commit comments