diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 134f45a6e..4abcd891d 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -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: |