We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--frozen-lockfile
yarn_install
1 parent 380d164 commit e4676c4Copy full SHA for e4676c4
src/commands/yarn_install.yml
@@ -12,7 +12,7 @@ steps:
12
- yarn-cache-{{ arch }}-{{ checksum "~/.tmp/checksumfiles/package.json" }}-{{ checksum "~/.tmp/checksumfiles/yarn.lock" }}-{{ .Environment.CACHE_VERSION }}
13
- run:
14
name: Yarn Install
15
- command: yarn install --non-interactive --cache-folder ~/.cache/yarn
+ command: yarn install --frozen-lockfile --non-interactive --cache-folder ~/.cache/yarn
16
- save_cache:
17
paths:
18
- ~/.cache/yarn
0 commit comments