From 137c8ae761c8dbe8afc711f3030ec1c6aafbd406 Mon Sep 17 00:00:00 2001 From: MoOx Date: Wed, 6 Dec 2017 11:57:10 +0100 Subject: [PATCH] Avoid issue when running "release" command via "yarn release" --- lerna.json | 1 + 1 file changed, 1 insertion(+) diff --git a/lerna.json b/lerna.json index f2f08f203..b0035aa20 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,7 @@ { "lerna": "2.5.1", "version": "1.0.0-alpha.15", + "registry": "https://registry.npmjs.org/", "npmClient": "yarn", "useWorkspaces": true, "commands": {