From 2ca7efaedadd548577d8f52fa990abdee827058a Mon Sep 17 00:00:00 2001 From: Hob Adams Date: Thu, 4 Jul 2024 07:43:16 +0100 Subject: [PATCH] add build step to publish --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c5c2735..a661ad1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -26,6 +26,7 @@ jobs: cache: 'pnpm' - run: pnpm install + - run: pnpm run build - name: Create Release Pull Request or Publish id: changesets uses: changesets/action@v1