From ff8105efc3f93e239e1f38868f7486064400c79a Mon Sep 17 00:00:00 2001 From: Wentao Kuang Date: Fri, 15 Nov 2024 11:16:21 +1300 Subject: [PATCH] Bundle before store artifacts --- .github/workflows/push.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 4abcd891d..ef8959221 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -23,6 +23,10 @@ jobs: steps: - uses: linz/action-typescript@v3 + - name: Bunlde + run: | + npx lerna run bundle --stream + # TODO: running a giant copy command to import CSS and SVG files into the docs file in not super ideal - name: Build docs run: | @@ -41,10 +45,6 @@ jobs: - name: Check Dependencies run: node scripts/detect.unlinked.dep.mjs - - name: Bunlde - run: | - npx lerna run bundle --stream - - name: (Prod) Create tag if: github.ref == 'refs/heads/master' && startsWith(github.event.head_commit.message, 'release:') run: |