Skip to content

Commit f5d75d8

Browse files
ocombekara
authored andcommitted
build: fix postinstall for windows (angular#22720)
PR Close angular#22720
1 parent 6e00410 commit f5d75d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"prebuildifier": "bazel build --noshow_progress @com_github_bazelbuild_buildtools//buildifier",
2222
"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",
2323
"preinstall": "node tools/yarn/check-yarn.js",
24-
"postinstall": "yarn update-webdriver; node ./tools/postinstall-patches.js",
24+
"postinstall": "yarn update-webdriver && node ./tools/postinstall-patches.js",
2525
"update-webdriver": "webdriver-manager update --gecko false $CHROMEDRIVER_VERSION_ARG",
2626
"check-env": "gulp check-env"
2727
},

0 commit comments

Comments
 (0)