-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.yarnrc.yml
More file actions
41 lines (32 loc) · 934 Bytes
/
.yarnrc.yml
File metadata and controls
41 lines (32 loc) · 934 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
39
40
41
afterInstall:
'node -e "if (process.env.CI) {process.exit(1)} else {process.exit(0)}" && npx
yarn lefthook install || echo'
compressionLevel: mixed
defaultSemverRangePrefix: ''
enableGlobalCache: false
enableTelemetry: false
logFilters:
- code: YN0086
level: discard
nodeLinker: node-modules
packageExtensions:
'@testing-library/react-native@*':
peerDependenciesMeta:
react-test-renderer:
optional: true
babel-loader@*:
peerDependenciesMeta:
webpack:
optional: true
ts-node@*:
peerDependenciesMeta:
'@types/node':
optional: true
'@storybook/react@*':
peerDependenciesMeta:
react-dom:
optional: true
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-after-install.cjs
spec: 'https://raw.githubusercontent.com/mhassan1/yarn-plugin-after-install/v0.5.0/bundles/@yarnpkg/plugin-after-install.js'
yarnPath: .yarn/releases/yarn-4.6.0.cjs