Skip to content

Commit 4ffe441

Browse files
[autofix.ci] apply automated fixes
1 parent e390298 commit 4ffe441

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

cli/src/cli.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@ const DEFAULT_FRONTEND_URL = 'https://npmx.dev/'
1515
const DEV_FRONTEND_URL = 'http://127.0.0.1:3000/'
1616
async function runNpmLogin(): Promise<boolean> {
1717
return new Promise(resolve => {
18-
const { command, args } = resolveNpmProcessCommand([
19-
'login',
20-
`--registry=${NPM_REGISTRY_URL}`,
21-
])
18+
const { command, args } = resolveNpmProcessCommand(['login', `--registry=${NPM_REGISTRY_URL}`])
2219

2320
const child = spawn(command, args, {
2421
stdio: 'inherit',

0 commit comments

Comments
 (0)