diff --git a/integration/bazel-schematics/test.sh b/integration/bazel-schematics/test.sh index 976f054aba..5a1bc881f2 100755 --- a/integration/bazel-schematics/test.sh +++ b/integration/bazel-schematics/test.sh @@ -10,6 +10,8 @@ function testBazel() { ng new demo --collection=@angular/bazel --defaults --skip-git --style=scss node replace_angular_repo.js "./demo/WORKSPACE" cd demo + # TODO(kyliau) pin @angular/bazel version to 7.2.2 due to builder bug in 7.2.3 + yarn add @angular/bazel@7.2.2 cp ../package.json.replace ./package.json ng generate component widget --style=css ng build