Skip to content

Commit

Permalink
Fix ci script dependency installation
Browse files Browse the repository at this point in the history
- add --frozen-lockfile flag
  • Loading branch information
Jaewoook committed Aug 9, 2022
1 parent 5a29de0 commit be4e44f
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 @@ -8,7 +8,7 @@ jobs:
- checkout
- restore_cache:
key: dependency-cache-{{ checksum "yarn.lock" }}
- run: yarn install
- run: yarn install --frozen-lockfile
- save_cache:
key: dependency-cache-{{ checksum "yarn.lock" }}
paths:
Expand Down

0 comments on commit be4e44f

Please sign in to comment.