From e529671091097b9315e34ccd8bf33ee4e4d22b27 Mon Sep 17 00:00:00 2001 From: sarojregmi200 Date: Thu, 12 Jun 2025 15:26:54 +0545 Subject: [PATCH] fix: building the packages before publishing --- .github/workflows/publish.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3c65d1a..aa08d25 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -59,6 +59,9 @@ jobs: - name: Installing dependencies run: bun install + - name: building the package + run: bun run build + - name: Publishing to npm run: | bun publish --access public