From 0fa2364c30bed7eaaa3e6c5e80b58700bb5cdd03 Mon Sep 17 00:00:00 2001 From: Tim Shamilov Date: Sun, 3 Dec 2023 01:03:11 -0500 Subject: [PATCH] fix --- .github/workflows/tests-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}