-
-
Notifications
You must be signed in to change notification settings - Fork 10k
Expand file tree
/
Copy path.yarnrc.yml
More file actions
38 lines (28 loc) · 652 Bytes
/
.yarnrc.yml
File metadata and controls
38 lines (28 loc) · 652 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
compressionLevel: 0
enableGlobalCache: true
installStatePath: ./.yarn/root-install-state.gz
logFilters:
- code: YN0007
level: discard
- code: YN0005
level: discard
- code: YN0076
level: discard
nodeLinker: node-modules
npmPublishAccess: public
tsEnableAutoTypes: true
npmRegistryServer: "https://registry.yarnpkg.com"
# See https://github.com/nrwl/nx/issues/22177
# This is a workaround for a yarn berry issue and remote caching in NX.
supportedArchitectures:
cpu:
- current
- x64
- arm64
os:
- current
- linux
- darwin
unsafeHttpWhitelist:
- localhost
yarnPath: .yarn/releases/yarn-4.10.3.cjs