Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanwood committed Jul 30, 2023
1 parent 4a19b0e commit 545f897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create-project.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export async function createProject ({ dest, path, name }) {

if (!isSameFileSystemRoot) {
// if not, we need to copy the files instead of moving them
cpSync(packageDir, projectDir, {recursive:true})
cpSync(packageDir, projectDir, { recursive: true })
rmSync(packageDir, { recursive: true })
} else {
renameSync(packageDir, projectDir)
Expand Down

0 comments on commit 545f897

Please sign in to comment.