Skip to content

Commit

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

Please sign in to comment.