mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-11 09:51:40 +00:00
ci: fix
This commit is contained in:
4
.github/changeset-version.js
vendored
4
.github/changeset-version.js
vendored
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user