fix: default NODE_AUTH_TOKEN to empty so install works without it
This commit is contained in:
+1
-1
@@ -4,4 +4,4 @@ npmScopes:
|
||||
ilia:
|
||||
npmPublishRegistry: "https://git.allmy.work/api/packages/ilia/npm/"
|
||||
npmAlwaysAuth: true
|
||||
npmAuthToken: "${NODE_AUTH_TOKEN}"
|
||||
npmAuthToken: "${NODE_AUTH_TOKEN:-}"
|
||||
Reference in New Issue
Block a user