Skip to content

Commit 237f381

Browse files
committed
Run yarn bootstrap as part of CI pipeline.
1 parent a9fd65d commit 237f381

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
@@ -25,6 +25,9 @@ jobs:
2525
- run:
2626
name: Install dependencies
2727
command: yarn install
28+
- run:
29+
name: Bootstrap
30+
command: yarn bootstrap
2831
- save_cache:
2932
name: Cache root dependencies
3033
key: root-dependencies-v1-{{ checksum "yarn.lock" }}

0 commit comments

Comments
 (0)