Skip to content

Commit d11f219

Browse files
committed
Fix CI
1 parent b203322 commit d11f219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# fallback to using the latest cache if no exact match is found
2727
- v1-dependencies-
2828

29-
- run: yarn install && cd example && yarn install && cd ..
29+
- run: yarn install
3030

3131
- save_cache:
3232
paths:

0 commit comments

Comments
 (0)