From e265ccd82c509c93000a0363e0b6f69cc2f31ea1 Mon Sep 17 00:00:00 2001 From: Greg Magolan Date: Mon, 23 Jul 2018 11:39:51 -0700 Subject: [PATCH] build(bazel): add comment for patch-types work-around (#24663) PR Close #24663 --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index e40acbb2b4..2f3bcb8861 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,7 @@ "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", "preinstall": "node tools/yarn/check-yarn.js", "postinstall": "yarn update-webdriver && node ./tools/postinstall-patches.js && yarn patch-types", + "patch-types": "work-around for issue https://github.com/angular/angular/issues/25051", "patch-types": "mkdir -p node_modules/@types/zone.js && cp -f node_modules/zone.js/dist/zone.js.d.ts node_modules/@types/zone.js/index.d.ts", "update-webdriver": "webdriver-manager update --gecko false $CHROMEDRIVER_VERSION_ARG", "check-env": "gulp check-env",