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 fd5ab41 commit ced197cCopy full SHA for ced197c
.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 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:
0 commit comments