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 2fb4d61 commit 9335224Copy full SHA for 9335224
.circleci/config.yml
@@ -34,7 +34,8 @@ jobs:
34
# For some reason, circleci needs the postinstall to be run explicitly.
35
# This may be unnecessary once ngcontainer uses nodejs 8
36
- run: bazel run @nodejs//:npm run postinstall
37
- - run: bazel build src/cdk/...
+ # Disabled until next patch of Angular - broken currently
38
+ #- run: bazel build src/cdk/...
39
- save_cache:
40
key: material2-{{ .Branch }}-{{ checksum "package-lock.json" }}
41
paths:
0 commit comments