fix(shadcn): monorepo in nix system (#7962)

* debug: do not cd after init

* chore: changeset
This commit is contained in:
shadcn
2025-08-07 14:25:23 +04:00
committed by GitHub
parent ccfd14946b
commit fc8927a1f9
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
"shadcn": patch
---
fix monorepo init on nix system

View File

@@ -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) {