Skip to content

Commit

Permalink
fix: create carbon install spinner not stopping
Browse files Browse the repository at this point in the history
  • Loading branch information
apteryxxyz committed Oct 20, 2024
1 parent 7f0796b commit 0046f16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/create-carbon/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ if (doInstall === true) {
const depsSpinner = yoctoSpinner({ text: "Installing dependencies..." })
depsSpinner.start()
await runPackageManagerCommand("install", name)
depsSpinner.stop()
}

// ================================================ Done ================================================
Expand Down

0 comments on commit 0046f16

Please sign in to comment.