Skip to content

Commit 0a5916c

Browse files
eps1lonoliviertassinari
authored andcommitted
[core] Use frozen-lockfile by default (#14433)
1 parent 5e50e80 commit 0a5916c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ install_js: &install_js
1515
name: Install js dependencies
1616
command: |
1717
yarn config set yarn-offline-mirror ~/.cache/npm-packages-offline-cache/v1
18-
yarn --frozen-lockfile
18+
yarn
1919
restore_yarn_cache: &restore_yarn_cache
2020
restore_cache:
2121
key: v2-yarn-sha-{{ checksum "yarn.lock" }}

.yarnrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
network-timeout 150000
1+
install.--frozen-lockfile true
2+
network-timeout 150000

0 commit comments

Comments
 (0)