Skip to content

Commit

Permalink
build: manually invoke postinstall for circleci (angular#8466)
Browse files Browse the repository at this point in the history
  • Loading branch information
jelbourn authored Nov 16, 2017
1 parent 8af8590 commit 541a95e
Showing 1 changed file with 3 additions and 0 deletions.
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

0 comments on commit 541a95e

Please sign in to comment.