We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e50e80 commit 0a5916cCopy full SHA for 0a5916c
.circleci/config.yml
@@ -15,7 +15,7 @@ install_js: &install_js
15
name: Install js dependencies
16
command: |
17
yarn config set yarn-offline-mirror ~/.cache/npm-packages-offline-cache/v1
18
- yarn --frozen-lockfile
+ yarn
19
restore_yarn_cache: &restore_yarn_cache
20
restore_cache:
21
key: v2-yarn-sha-{{ checksum "yarn.lock" }}
.yarnrc
@@ -1 +1,2 @@
1
-network-timeout 150000
+install.--frozen-lockfile true
2
+network-timeout 150000
0 commit comments