diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 51976d5..a123ec2 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: "20.x" - - name: Build and Bundle + - name: Build and Bundle Static Exports working-directory: ./packages/stencil-library id: build-and-bundle run: | @@ -32,6 +32,16 @@ jobs: # id: run-tests # run: | # npm test + - name: Build and Bundle React Exports + working-directory: ./packages/react-library + id: build-and-bundle + run: | + npm install + npm run build + # - name: Run Tests + # id: run-tests + # run: | + # npm test - name: Bump and commit new version id: bump_version run: |