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 02193e3 commit 9c7cf17Copy full SHA for 9c7cf17
.gitignore
@@ -19,4 +19,3 @@ build
19
# Ignore lock files in examples for now
20
examples/**/yarn.lock
21
.docusaurus
22
-
.yarnrc.yml
@@ -2,10 +2,4 @@ enableGlobalCache: true
2
3
nodeLinker: node-modules
4
5
-plugins:
6
- - path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
7
- spec: "@yarnpkg/plugin-workspace-tools"
8
- - path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
9
- spec: "@yarnpkg/plugin-interactive-tools"
10
11
-yarnPath: .yarn/releases/yarn-berry.cjs
+yarnPath: .yarn/releases/yarn-4.0.1.cjs
0 commit comments