Skip to content

Commit

Permalink
Add --frozen-lockfile to circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
dav-is committed Feb 20, 2019
1 parent ddd01df commit 17ad1eb
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
- run:
name: Installing dependencies
command: yarn install
command: yarn install --frozen-lockfile
- run:
name: Linting
command: yarn lint
Expand Down

0 comments on commit 17ad1eb

Please sign in to comment.