From d63c4686e04df55861466c9918c9f5673e438f72 Mon Sep 17 00:00:00 2001 From: Tim Shamilov Date: Mon, 5 Aug 2024 06:23:28 +0800 Subject: [PATCH] try to fix builds --- .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 796f870fd..486fca27a 100644 --- a/.github/workflows/tests-ci.yml +++ b/.github/workflows/tests-ci.yml @@ -134,7 +134,7 @@ jobs: run: pnpm --filter dids exec playwright install --with-deps - name: Build ESM - run: pnpm --recursive --stream build:esm + run: pnpm --recursive --stream --sequential build:esm - name: Build browser for matrix ${{ matrix.group }} run: pnpm ${{ matrix.packages }} build:browser