mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-02-09 02:49:29 +08:00
fix(shadcn): monorepo in nix system (#7962)
* debug: do not cd after init * chore: changeset
This commit is contained in:
5
.changeset/shaggy-terms-doubt.md
Normal file
5
.changeset/shaggy-terms-doubt.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"shadcn": patch
|
||||
---
|
||||
|
||||
fix monorepo init on nix system
|
||||
@@ -245,7 +245,7 @@ async function createMonorepoProject(
|
||||
await execa("git", ["commit", "-m", "Initial commit"], {
|
||||
cwd: projectPath,
|
||||
})
|
||||
await execa("cd", [cwd])
|
||||
// await execa("cd", [cwd])
|
||||
|
||||
createSpinner?.succeed("Creating a new Next.js monorepo.")
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user