From f3180c43aa3f7aaf6146fcb34cebdbd4455e0830 Mon Sep 17 00:00:00 2001 From: Niggl Date: Sun, 30 Aug 2020 15:19:36 +0200 Subject: [PATCH] Set default package access to public --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6298f04..2b32aa3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,4 +20,4 @@ publish: script: - npm run build - echo '//registry.npmjs.org/:_authToken=$NPM_TOKEN'>.npmrc - - npm publish \ No newline at end of file + - npm publish --access public \ No newline at end of file