From e9ae79f874419b9d59e5cb3d7e089a0c5b549edb Mon Sep 17 00:00:00 2001 From: shadcn Date: Tue, 29 Jul 2025 16:57:16 +0400 Subject: [PATCH] ci: fix --- .github/changeset-version.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/changeset-version.js b/.github/changeset-version.js index 43429f3abd..e1b4cef66f 100644 --- a/.github/changeset-version.js +++ b/.github/changeset-version.js @@ -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")