From 32c1211b04803468007ddcc0795a9838f8e50708 Mon Sep 17 00:00:00 2001 From: gioboa Date: Thu, 2 Oct 2025 09:26:36 +0200 Subject: [PATCH 1/3] =?UTF-8?q?ci:=20add=20pkg-pr-new=20=E2=9C=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 6 ++++++ package.json | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bb4296d..1c0789a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,6 +40,12 @@ jobs: - name: Build run: pnpm build + - name: Publish any commit / build for testing + shell: bash + run: pnpm release.pkg-pr-new + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: Create Release Pull Request or Publish if: github.ref == 'refs/heads/main' id: changesets diff --git a/package.json b/package.json index 983eebc..adbabef 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,8 @@ "playground": "MODE=dev pnpm --filter playground dev", "build": "tsx scripts/build-devtools.ts", "change": "changeset", - "release": "changeset version" + "release": "changeset version", + "release.pkg-pr-new": "pnpm dlx pkg-pr-new publish" }, "devDependencies": { "@changesets/cli": "^2.27.11", From bfd7ba49649d3c41bc737fc09a49a0852f3ad5f6 Mon Sep 17 00:00:00 2001 From: gioboa Date: Thu, 2 Oct 2025 09:32:05 +0200 Subject: [PATCH 2/3] =?UTF-8?q?ci:=20add=20pkg-pr-new=20=E2=9C=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index adbabef..3dcfa1c 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "build": "tsx scripts/build-devtools.ts", "change": "changeset", "release": "changeset version", - "release.pkg-pr-new": "pnpm dlx pkg-pr-new publish" + "release.pkg-pr-new": "cd package/devtools && pnpm dlx pkg-pr-new publish" }, "devDependencies": { "@changesets/cli": "^2.27.11", From c24c9f0db51c1a61db5f1626cd1886945c54d3a6 Mon Sep 17 00:00:00 2001 From: gioboa Date: Thu, 2 Oct 2025 09:33:41 +0200 Subject: [PATCH 3/3] =?UTF-8?q?ci:=20add=20pkg-pr-new=20=E2=9C=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3dcfa1c..940c01d 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "build": "tsx scripts/build-devtools.ts", "change": "changeset", "release": "changeset version", - "release.pkg-pr-new": "cd package/devtools && pnpm dlx pkg-pr-new publish" + "release.pkg-pr-new": "cd packages/devtools && pnpm dlx pkg-pr-new publish" }, "devDependencies": { "@changesets/cli": "^2.27.11",