From 23d6cdf212c3046443f9b8fd9751ef0334977483 Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle <patrizio@bekerle.com> Date: Wed, 2 Dec 2020 08:04:51 +0100 Subject: [PATCH] Try publishing with "lerna publish" (#36) --- package.json | 2 +- packages/auth/.npmrc | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 packages/auth/.npmrc diff --git a/package.json b/package.json index 8ed75b7d..145a19f7 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ ], "scripts": { "test": "lerna run test", - "publish": "lerna run publish" + "publish": "lerna publish from-package" }, "author": "", "license": "LGPL-2.1-or-later", diff --git a/packages/auth/.npmrc b/packages/auth/.npmrc deleted file mode 100644 index bd3327ab..00000000 --- a/packages/auth/.npmrc +++ /dev/null @@ -1 +0,0 @@ -//registry.npmjs.org/:_authToken=${NPM_TOKEN} \ No newline at end of file -- GitLab