From 05bfd764b6d42d0dae23647e66cb33bab03a40fd Mon Sep 17 00:00:00 2001 From: Brandon Millman Date: Wed, 22 Nov 2017 15:04:35 -0800 Subject: Fix npm auth issues Related lerna issue: https://github.com/lerna/lerna/issues/896 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 265e0459e..091ae1069 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "scripts": { "testrpc": "testrpc -p 8545 --networkId 50 -m \"${npm_package_config_mnemonic}\"", "lerna:run": "lerna run", - "lerna:publish": "lerna run clean; lerna run build; lerna publish" + "lerna:publish": "lerna run clean; lerna run build; lerna publish --registry=https://registry.npmjs.org/" }, "config": { "mnemonic": "concert load couple harbor equip island argue ramp clarify fence smart topic" -- cgit v1.2.3