We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd5ab41 commit 8e17141Copy full SHA for 8e17141
.circleci/config.yml
@@ -34,11 +34,16 @@ 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
- save_cache:
40
key: material2-{{ .Branch }}-{{ checksum "package-lock.json" }}
41
paths:
42
- "node_modules"
43
+ debug:
44
+ <<: *job_defaults
45
+ steps:
46
+ -run: cat /root/.cache/bazel/_bazel_root/049ed6f058a98cba95753eee774cab7a/server/jvm.out
47
48
workflows:
49
version: 2
0 commit comments