From aceb2b799da76f80a48c1945fd13960ae5f761a2 Mon Sep 17 00:00:00 2001 From: Martin Marosi Date: Tue, 19 Nov 2024 13:18:42 +0100 Subject: [PATCH] chore: re-build packages before release --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ce8d58abc..d72514e01 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -138,6 +138,8 @@ jobs: - name: Install deps shell: bash run: npm i + - name: Rebuild packages + run: npm run build - name: git config shell: bash run: |