Skip to content

Commit

Permalink
try to fix builds
Browse files Browse the repository at this point in the history
  • Loading branch information
shamilovtim committed Aug 4, 2024
1 parent 3a58665 commit d63c468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d63c468

Please sign in to comment.