Skip to content

Commit 692b562

Browse files
committed
Run yarn bootstrap before building examples.
1 parent 8126998 commit 692b562

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
@@ -74,6 +74,9 @@ jobs:
7474
- checkout
7575
- attach_workspace:
7676
at: .
77+
- run:
78+
name: Bootstrap
79+
command: yarn bootstrap
7780
- run:
7881
name: Build examples
7982
command: yarn build:examples

0 commit comments

Comments
 (0)