From 1858b5d6a0d67341701f3fb80e8c2d0485a19ba2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Nikoli=C4=87?= Date: Tue, 5 Mar 2019 10:55:51 +0100 Subject: [PATCH] Handle publishing with OTP Ref. https://github.com/lerna/lerna/issues/1091#issue-269704720 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 28c1eff..4ecabb9 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "postinstall": "npm run bootstrap", "test": "lerna run test --stream", "clean": "lerna clean && npm install", - "release": "lerna version --no-changelog && lerna publish from-package", + "release": "lerna version --no-changelog && printf \"\n\n\nRun 'NPM_CONFIG_OTP=123456 lerna publish from-package'\n\n\n\"", "release:clean": "npm run clean && npm run release", "release:test": "npm test && npm run release", "release:clean:test": "npm run clean && npm test && npm run release"