Skip to content

Commit

Permalink
fix: path
Browse files Browse the repository at this point in the history
  • Loading branch information
shadcn committed Dec 20, 2024
1 parent 811bb59 commit 1081536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shadcn/src/utils/create-project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ async function createMonorepoProject(
"-C",
templatePath,
"--strip-components=2",
"ui-shadcn-cli-monorepo/templates/monorepo-next",
"ui-main/templates/monorepo-next",
])
const extractedPath = path.resolve(templatePath, "monorepo-next")
await fs.move(extractedPath, projectPath)
Expand Down

0 comments on commit 1081536

Please sign in to comment.