Skip to content

Commit

Permalink
chore: change loading text to building...
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Apr 26, 2024
1 parent c371f9b commit 8f596a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ async function run(args: CliArgs) {
await lint(cwd)

const spinner = ora({
text: 'bundling...\n\n',
text: 'building...\n\n',
spinner: 'dots',
color: 'green',
})
Expand Down

0 comments on commit 8f596a8

Please sign in to comment.