Skip to content

Commit

Permalink
Merge pull request #308 from 1pete/master
Browse files Browse the repository at this point in the history
install dependencies with --frozen-lockfile option in ci
  • Loading branch information
luisrudge authored Oct 4, 2018
2 parents f3f7cfc + ba61d4b commit 9bb7af4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- yarn-packages-{{ checksum "yarn.lock" }}
- run:
name: Install Dependencies
command: yarn install --pure-lockfile
command: yarn install --frozen-lockfile
- save-cache:
name: Save Yarn Package Cache
key: yarn-packages-{{ checksum "yarn.lock" }}
Expand All @@ -36,4 +36,4 @@ workflows:
version: 2
build-test-report:
jobs:
- build-and-test
- build-and-test

0 comments on commit 9bb7af4

Please sign in to comment.