Skip to content

Commit

Permalink
chore(CI): now installing with frozen lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincharity committed Mar 5, 2019
1 parent 1a34e18 commit f7079f4
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 @@ -22,7 +22,7 @@ jobs:

- run:
name: Install Dependencies
command: yarn install
command: yarn install --frozen-lockfile

- save_cache:
name: Save Yarn Cache
Expand Down

0 comments on commit f7079f4

Please sign in to comment.