From b56d4c24c960c611f7e280b7d391e62764eb0afe Mon Sep 17 00:00:00 2001 From: Andreia Gaita Date: Tue, 3 Dec 2024 17:26:02 +0100 Subject: [PATCH] always-auth is deprecated and not needed anymore? maybe this works? --- publish.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/publish.sh b/publish.sh index ac57434..d24552b 100755 --- a/publish.sh +++ b/publish.sh @@ -207,7 +207,6 @@ if [[ x"$NPM" == x"1" ]]; then npm config set registry https://registry.spoiledcat.com npm config set //registry.spoiledcat.com/:_authToken $NPM_TOKEN - npm config set always-auth true pushd build/npm for pkg in *.tgz;do npm publish -quiet $pkg