We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd5ab41 commit 3ad8d6eCopy full SHA for 3ad8d6e
.circleci/config.yml
@@ -34,7 +34,12 @@ jobs:
34
# For some reason, circleci needs the postinstall to be run explicitly.
35
# This may be unnecessary once rules_nodejs uses nodejs 8
36
- run: bazel run @nodejs//:npm run postinstall
37
- - run: bazel build src/...
+ - run: bazel build src/cdk/...
38
+ - run: bazel build src/lib/datepicker
39
+ - run:
40
+ name: Log bazel error
41
+ command: cat /root/.cache/bazel/_bazel_root/049ed6f058a98cba95753eee774cab7a/server/jvm.out
42
+ when: always
43
- save_cache:
44
key: material2-{{ .Branch }}-{{ checksum "package-lock.json" }}
45
paths:
0 commit comments