blob: 3c3835c8c8505ace4ef33457192194b0e473cae2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
diff --git a/.yarnrc.yml b/.yarnrc.yml
index c30458a04..3f3fa1d95 100644
--- a/.yarnrc.yml
+++ b/.yarnrc.yml
@@ -2,9 +2,9 @@ nodeLinker: pnp
pnpMode: loose
supportedArchitectures:
- os: ["current", "darwin", "linux"]
- cpu: ["current", "x64", "arm64"]
- libc: ["current", "glibc", "musl"]
+ os: ["current"]
+ cpu: ["current"]
+ libc: ["current"]
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
|