From e90239ea4302ea0cac4ef03afdaad91504c378fa Mon Sep 17 00:00:00 2001 From: Helder Oliveira Date: Mon, 24 Jun 2024 17:14:54 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20create=20and=20use=20ve?= =?UTF-8?q?rsion=20script?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/changeset-handler.yml | 2 +- package.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/changeset-handler.yml b/.github/workflows/changeset-handler.yml index 5dbb253..0fe384e 100644 --- a/.github/workflows/changeset-handler.yml +++ b/.github/workflows/changeset-handler.yml @@ -26,7 +26,7 @@ jobs: - name: Set version run: | - pnpm exec changeset version + pnpm changeset:version git status --short - name: Update lock file diff --git a/package.json b/package.json index ddb2e6c..76dcabd 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "build:ci": "pnpm run build", "bundle": "ts-node -r dotenv/config bundle.ts", "changeset:add": "npx changeset", + "changeset:version": "pnpm exec changeset version", "clean": "pnpm \"/^clean:.*/\"", "clean:dist": "rm -rf dist", "clean:generated": "rm -rf generated",