Skip to content

Commit 1473cd5

Browse files
committed
fix(config): Add npm registry to lerna config
1 parent 65a2969 commit 1473cd5

File tree

14 files changed

+22677
-23201
lines changed

14 files changed

+22677
-23201
lines changed

lerna.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,8 @@
88
"init": {
99
"exact": true
1010
}
11-
}
11+
},
12+
"npmClientArgs": [
13+
"--registry=https://registry.npmjs.org/"
14+
]
1215
}

0 commit comments

Comments
 (0)