Skip to content

Commit

Permalink
chore(nuxt-cli): use nuxi as name for released cli
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jan 10, 2025
1 parent d762ada commit 554fa1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { logger } from './utils/logger'

export const main = defineCommand({
meta: {
name,
name: name.endsWith('nightly') ? name : 'nuxi',
version,
description,
},
Expand Down

0 comments on commit 554fa1b

Please sign in to comment.