feat: add query-login
This commit is contained in:
@@ -122,9 +122,8 @@ const npmrc = new Command('set')
|
||||
const npmrcContent =
|
||||
config?.npmrc ||
|
||||
`//npm.xiongxiao.me/:_authToken=\${ME_NPM_TOKEN}
|
||||
@abearxiong:registry=https://npm.pkg.github.com
|
||||
//registry.npmjs.org/:_authToken=\${NPM_TOKEN}
|
||||
@kevisual:registry=https://npm.xiongxiao.me`;
|
||||
`;
|
||||
const execPath = process.cwd();
|
||||
const npmrcPath = path.resolve(execPath, '.npmrc');
|
||||
let writeFlag = false;
|
||||
|
||||
Reference in New Issue
Block a user