From a0df3ccf72cef11734bc736b06fbdc76a5f58cde Mon Sep 17 00:00:00 2001 From: Avraj Sahota Date: Fri, 2 Feb 2024 09:49:22 +0300 Subject: [PATCH] fix: filter build by packages --- .github/workflows/publish.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 0672603..0747782 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -25,6 +25,9 @@ jobs: - name: 🍳 Prepare run: pnpm install + - name: 🧱 Build + run: pnpm --filter './packages/*' run build + - name: 🚚 Publish run: pnpm run deploy:package env: