diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 134f45a6e..ae9228ff3 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -23,6 +23,10 @@ jobs: steps: - uses: linz/action-typescript@v3 + - name: Bundle + 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: |