chore: fix CI script

This commit is contained in:
Satyajit Sahoo
2019-12-18 21:36:33 +01:00
parent eec7fb1522
commit 9dd1e31e3b

View File

@@ -23,6 +23,7 @@ jobs:
- run: |
yarn install --frozen-lockfile --cwd example
yarn install --frozen-lockfile
yarn sync
- save_cache:
key: v1-dependencies-{{ checksum "yarn.lock" }}
paths: node_modules