-
Notifications
You must be signed in to change notification settings - Fork 59
/
.yarnrc.yml
38 lines (31 loc) · 1.34 KB
/
.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
############################################################################################
############################################################################################
############################################################################################
############# To see current config and options: ###########################################
############# % yarn config -v ###########################################
############################################################################################
############################################################################################
############################################################################################
yarnPath: .yarn/releases/yarn-3.2.1.cjs
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
nodeLinker: node-modules
nmSelfReferences: false
nmMode: classic
# changeset
changesetBaseRefs:
- "master"
- "origin/master"
- "upstream/master"
changesetIgnorePatterns:
- "**/*.test.{js,ts}"
enableTransparentWorkspaces: true
# ui
enableColors: true
enableMessageNames: true
npmRegistries:
"https://registry.npmjs.org/":
npmAuthToken: NPM_AUTH_TOKEN