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

Commit 9ed90b4

Browse files
committed
chore: fix ci
1 parent e17b4e6 commit 9ed90b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
- v1-dependencies-example-{{ checksum "example/package.json" }}
2222
- v1-dependencies-example-
2323
- run: |
24-
yarn install --frozen-lockfile
2524
yarn install --frozen-lockfile --cwd example
25+
yarn install --frozen-lockfile
2626
- save_cache:
2727
key: v1-dependencies-{{ checksum "package.json" }}
2828
paths: node_modules

0 commit comments

Comments
 (0)