Skip to content

Commit 541a95e

Browse files
authored
build: manually invoke postinstall for circleci (#8466)
1 parent 8af8590 commit 541a95e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
key: material2-{{ .Branch }}-{{ checksum "package-lock.json" }}
3232

3333
- 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
3437
- run: bazel build src/cdk/...
3538
- save_cache:
3639
key: material2-{{ .Branch }}-{{ checksum "package-lock.json" }}

0 commit comments

Comments
 (0)