Skip to content

Commit

Permalink
chore: improve wording
Browse files Browse the repository at this point in the history
  • Loading branch information
ipapandinas committed Mar 7, 2024
1 parent 0c31ed9 commit cc023fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/init/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export class Init extends SwankyCommand<typeof Init> {
this.taskQueue.push({
task: installDeps,
args: [this.projectPath],
runningMessage: "Installing dependencies",
runningMessage: "Installing NPM dependencies...",
shouldExitOnError: false,
});

Expand Down

0 comments on commit cc023fe

Please sign in to comment.