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 de56e25 commit 5cc6fc9Copy full SHA for 5cc6fc9
.yarnrc.yml
@@ -1,11 +1,11 @@
1
enableGlobalCache: true
2
-
+checksumBehavior: 'update'
3
nodeLinker: node-modules
4
5
plugins:
6
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
7
- spec: "@yarnpkg/plugin-typescript"
+ spec: '@yarnpkg/plugin-typescript'
8
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
9
- spec: "@yarnpkg/plugin-interactive-tools"
+ spec: '@yarnpkg/plugin-interactive-tools'
10
11
-yarnPath: .yarn/releases/yarn-3.2.4.cjs
+yarnPath: .yarn/releases/yarn-3.2.4.cjs
0 commit comments