From d5f4a6df8a948c81fcb530c79f7ea89028ac15ef Mon Sep 17 00:00:00 2001 From: Tim Shamilov Date: Sun, 3 Dec 2023 01:01:16 -0500 Subject: [PATCH] fix --- .github/workflows/tests-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests-ci.yml b/.github/workflows/tests-ci.yml index 97037d43c..139d0c849 100644 --- a/.github/workflows/tests-ci.yml +++ b/.github/workflows/tests-ci.yml @@ -135,8 +135,8 @@ jobs: path: ~/Library/Caches/ms-playwright key: ${{ runner.os }}-playwright-${{ env.PLAYWRIGHT_VERSION }} - - name: Build esm for matrix ${{ matrix.group }} - run: npm run build:esm ${{ matrix.packages }} + - name: Build esm + run: npm run build:esm - name: Build browser for matrix ${{ matrix.group }} run: npm run build:browser ${{ matrix.packages }}