Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
key: material2-{{ .Branch }}-{{ checksum "package-lock.json" }}

- run: bazel run @nodejs//:npm install
# For some reason, circleci needs the postinstall to be run explicitly.
# This may be unnecessary once ngcontainer uses nodejs 8
- run: bazel run @nodejs//:npm run postinstall
- run: bazel build src/cdk/...
- save_cache:
key: material2-{{ .Branch }}-{{ checksum "package-lock.json" }}
Expand Down