This commit is contained in:
shadcn
2025-07-29 16:57:16 +04:00
parent d891132f2a
commit e9ae79f874

View File

@@ -8,5 +8,5 @@ import { exec } from "child_process"
// So we also run `npm install`, which does this update.
// This is a workaround until this is handled automatically by `changeset version`.
// See https://github.com/changesets/changesets/issues/421.
exec("pnpm dlx changeset version")
exec("pnpm install")
exec("npx changeset version")
exec("npm install")