Skip to content

Commit

Permalink
Change to use frozen lockfile for UI in CI (#9652)
Browse files Browse the repository at this point in the history
As suggested in the CircleCI documentation:
https://circleci.com/docs/2.0/yarn/
  • Loading branch information
backspace committed Jan 22, 2021
1 parent f9caf2b commit bca6f47
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 @@ -257,7 +257,7 @@ jobs:
- v3-deps-{{ checksum "ui/yarn.lock" }}
- run:
name: yarn install
command: cd ui && yarn install
command: cd ui && yarn install --frozen-lockfile
- save_cache:
key: v3-deps-{{ checksum "ui/yarn.lock" }}
paths:
Expand Down

0 comments on commit bca6f47

Please sign in to comment.