Skip to content

Commit

Permalink
Use yarn --frozen-lockfile on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
timdp committed May 17, 2018
1 parent 49e1240 commit b199bc0
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 @@ -17,7 +17,7 @@ defaults: &defaults
- v1-dependencies-
- run:
name: Install dependencies
command: yarn
command: yarn --frozen-lockfile
- save_cache:
paths:
- node_modules
Expand Down

0 comments on commit b199bc0

Please sign in to comment.