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 8af8590 commit 541a95eCopy full SHA for 541a95e
.circleci/config.yml
@@ -31,6 +31,9 @@ jobs:
31
key: material2-{{ .Branch }}-{{ checksum "package-lock.json" }}
32
33
- run: bazel run @nodejs//:npm install
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/...
38
- save_cache:
39
0 commit comments