diff options
Diffstat (limited to 'lerna.json')
-rw-r--r-- | lerna.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lerna.json b/lerna.json index 244d5898e..16501fcb0 100644 --- a/lerna.json +++ b/lerna.json @@ -9,5 +9,6 @@ } }, "npmClient": "yarn", - "useWorkspaces": true + "useWorkspaces": true, + "registry": "http://localhost:4873" } |