Skip to content

Commit

Permalink
Make frozen lockfile when installing modules on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yhatt committed Aug 14, 2021
1 parent 54f203f commit 76fc0cb
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 @@ -30,7 +30,7 @@ commands:
- v2.3-dependencies-{{ .Environment.CIRCLE_JOB }}-{{ checksum "yarn.lock" }}-
- v2.3-dependencies-{{ .Environment.CIRCLE_JOB }}-

- run: yarn install
- run: yarn install --frozen-lockfile
- steps: << parameters.postinstall >>

- save_cache:
Expand Down

0 comments on commit 76fc0cb

Please sign in to comment.