We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfa5fbd commit cbd8af2Copy full SHA for cbd8af2
cli/src/index.tsx
@@ -189,7 +189,7 @@ async function main(): Promise<void> {
189
} = parseArgs()
190
191
const isLoginCommand = process.argv[2] === 'login'
192
- const isPublishCommand = process.argv.includes('publish')
+ const isPublishCommand = process.argv[2] === 'publish'
193
const hasAgentOverride = Boolean(agent?.trim())
194
195
await initializeApp({ cwd })
0 commit comments