Skip to content

Commit 5cc6fc9

Browse files
committed
add checksumBehavior to 'update' for .yarnrc.yml
1 parent de56e25 commit 5cc6fc9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.yarnrc.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
enableGlobalCache: true
2-
2+
checksumBehavior: 'update'
33
nodeLinker: node-modules
44

55
plugins:
66
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
7-
spec: "@yarnpkg/plugin-typescript"
7+
spec: '@yarnpkg/plugin-typescript'
88
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
9-
spec: "@yarnpkg/plugin-interactive-tools"
9+
spec: '@yarnpkg/plugin-interactive-tools'
1010

11-
yarnPath: .yarn/releases/yarn-3.2.4.cjs
11+
yarnPath: .yarn/releases/yarn-3.2.4.cjs

0 commit comments

Comments
 (0)