From 41fa9f2d783b334c41860a93d09a84ddf2b1d69e Mon Sep 17 00:00:00 2001 From: "artem.sukhinin" Date: Thu, 3 Jul 2025 09:19:25 +0300 Subject: [PATCH] Update GitHub Actions workflow to include build step for main package before publishing, ensuring the latest changes are included in the CI process. --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7442316e2..8113f7efa 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -26,6 +26,7 @@ jobs: git config --global user.email "${{ github.actor }}@users.noreply.github.com" - run: npm ci + - run: npm run build:main - run: npm run publish:version ${{ github.event.inputs.version }} - run: npm run publish:ci env: