diff --git a/.github/workflows/tests-ci.yml b/.github/workflows/tests-ci.yml index 139d0c849..10268dd02 100644 --- a/.github/workflows/tests-ci.yml +++ b/.github/workflows/tests-ci.yml @@ -136,7 +136,7 @@ jobs: key: ${{ runner.os }}-playwright-${{ env.PLAYWRIGHT_VERSION }} - name: Build esm - run: npm run build:esm + run: npm run build:esm --ws - name: Build browser for matrix ${{ matrix.group }} run: npm run build:browser ${{ matrix.packages }}