We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd6da07 commit e52d89eCopy full SHA for e52d89e
lib/set-npmrc-auth.js
@@ -32,9 +32,7 @@ module.exports = async (
32
if (NPM_USERNAME && NPM_PASSWORD && NPM_EMAIL) {
33
await outputFile(
34
npmrc,
35
- `${currentConfig ? `${currentConfig}\n` : ''}${nerfDart(
36
- registry
37
- )}:_auth = \${LEGACY_TOKEN}\nemail = \${NPM_EMAIL}`
+ `${currentConfig ? `${currentConfig}\n` : ''}_auth = \${LEGACY_TOKEN}\nemail = \${NPM_EMAIL}`
38
);
39
logger.log(`Wrote NPM_USERNAME, NPM_PASSWORD and NPM_EMAIL to ${npmrc}`);
40
} else if (NPM_TOKEN) {
0 commit comments