Skip to content

Commit

Permalink
[core] Use frozen-lockfile by default (#14433)
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon authored and oliviertassinari committed Feb 6, 2019
1 parent 5e50e80 commit 0a5916c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ install_js: &install_js
name: Install js dependencies
command: |
yarn config set yarn-offline-mirror ~/.cache/npm-packages-offline-cache/v1
yarn --frozen-lockfile
yarn
restore_yarn_cache: &restore_yarn_cache
restore_cache:
key: v2-yarn-sha-{{ checksum "yarn.lock" }}
Expand Down
3 changes: 2 additions & 1 deletion .yarnrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
network-timeout 150000
install.--frozen-lockfile true
network-timeout 150000

0 comments on commit 0a5916c

Please sign in to comment.