From 09da1359dc5ba65d1977830fdacc72553de6b1b0 Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle <patrizio@bekerle.com> Date: Wed, 2 Dec 2020 12:44:12 +0100 Subject: [PATCH] Add more settings (#36) --- .gitlab-ci.yml | 2 +- package.json | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0233e91d..1aa32a58 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,6 +31,6 @@ publish: - yarn config set cache-folder "$CI_PROJECT_DIR/_yarn_cache" - yarn install # - yarn logout; npm logout - - npm whoami +# - npm whoami - yarn run build - yarn run publish diff --git a/package.json b/package.json index 45f7a036..fe41a9b2 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,10 @@ "build": "lerna run build", "publish": "lerna publish from-package --yes" }, + "publishConfig": { + "registry": "https://registry.npmjs.org", + "access": "public" + }, "author": "", "license": "LGPL-2.1-or-later", "devDependencies": { -- GitLab