Skip to content

Commit 505a98a

Browse files
committed
chore: add npmRegistry in .yarnrc
1 parent 40274f7 commit 505a98a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.yarnrc.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ plugins:
2020
path: .yarn/plugins/@yarnpkg/plugin-workspace-since.cjs
2121
spec: "https://raw.githubusercontent.com/toss/yarn-plugin-workspace-since/main/bundles/%40yarnpkg/plugin-workspace-since.js"
2222

23+
npmPublishRegistry: "https://registry.npmjs.org"
24+
25+
npmRegistries:
26+
"https://registry.npmjs.org":
27+
npmAlwaysAuth: true
28+
2329
supportedArchitectures:
2430
cpu:
2531
- x64

0 commit comments

Comments
 (0)