Skip to content

Commit

Permalink
[test] Fix package <-> lockfile mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Feb 6, 2019
1 parent 28521f6 commit f59a2af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ install_js: &install_js
name: Install js dependencies
command: |
yarn config set yarn-offline-mirror ~/.cache/npm-packages-offline-cache/v1
yarn --frozen-lockfile
yarn
restore_yarn_cache: &restore_yarn_cache
restore_cache:
key: v2-yarn-sha-{{ checksum "yarn.lock" }}
Expand Down

0 comments on commit f59a2af

Please sign in to comment.