Skip to content

Commit ebbbcbb

Browse files
authored
build(circleci): npm install on circleci (#8461)
1 parent 7f34a35 commit ebbbcbb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- restore_cache:
3131
key: material2-{{ .Branch }}-{{ checksum "package-lock.json" }}
3232

33+
- run: bazel run @nodejs//:npm install
3334
- run: bazel build src/cdk/...
3435
- save_cache:
3536
key: material2-{{ .Branch }}-{{ checksum "package-lock.json" }}

0 commit comments

Comments
 (0)