Skip to content

Commit

Permalink
Bundle before store artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentao-Kuang committed Nov 14, 2024
1 parent 42d1ed4 commit ff8105e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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: |
Expand Down

0 comments on commit ff8105e

Please sign in to comment.