Skip to content

Commit

Permalink
Remove unnecessary log statement in create script
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Mar 1, 2024
1 parent 3ba3eff commit b0d8b73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/create/src/bin/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ program
writeFileSync('package.json', JSON.stringify(appPkg, null, 4), { flag: 'w' })
spinner.stop()
log.ok`Cloned example from "${examplePath}"`
log.i`Start "${options.pm} install" for dependencies: ${targetPackages}`
log``
try {
execSync(`${options.pm} install`, { stdio: 'inherit' })
Expand Down

0 comments on commit b0d8b73

Please sign in to comment.