Skip to content
This repository was archived by the owner on Feb 25, 2020. It is now read-only.

Commit 50f8bc4

Browse files
committed
chore: fix CI script
1 parent 2f20abe commit 50f8bc4

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
@@ -23,6 +23,7 @@ jobs:
2323
- run: |
2424
yarn install --frozen-lockfile --cwd example
2525
yarn install --frozen-lockfile
26+
yarn sync
2627
- save_cache:
2728
key: v1-dependencies-{{ checksum "yarn.lock" }}
2829
paths: node_modules

0 commit comments

Comments
 (0)