forked from atlassian/gajira-find-issue-key
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path.yarnrc.yml
42 lines (33 loc) · 887 Bytes
/
.yarnrc.yml
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
42
changesetBaseRefs:
- master
- origin/master
- upstream/master
changesetIgnorePatterns:
- "**/*.test.{js,ts}"
- packages/*/tests/**
- .yarn/cache/**
cloneConcurrency: 8
defaultSemverRangePrefix: ^
enableGlobalCache: false
enableMirror: true
nodeLinker: node-modules
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: "@yarnpkg/plugin-typescript"
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
spec: "@yarnpkg/plugin-version"
- path: .yarn/plugins/@yarnpkg/plugin-exec.cjs
spec: "@yarnpkg/plugin-exec"
- path: .yarn/plugins/@yarnpkg/plugin-stage.cjs
spec: "@yarnpkg/plugin-stage"
supportedArchitectures:
cpu:
- x64
- arm64
os:
- darwin
- linux
- win32
yarnPath: .yarn/releases/yarn-3.3.0.cjs