Skip to content

Commit 9f06502

Browse files
devversionjelbourn
authored andcommitted
build(circleci): do not run postinstall multiple times (#12776)
1 parent f1b65b6 commit 9f06502

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.circleci/config.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@ jobs:
4949
key: *cache_key
5050

5151
- run: bazel run @nodejs//:npm install
52-
# For some reason, circleci needs the postinstall to be run explicitly.
53-
# This may be unnecessary once rules_nodejs uses nodejs 8
54-
- run: bazel run @nodejs//:npm run postinstall
5552
- run: bazel build src/...
5653
- run: bazel test src/...
5754
- save_cache:

0 commit comments

Comments
 (0)