Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
shamilovtim committed Aug 4, 2024
1 parent 7a882d3 commit 4dcd49a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: pnpm install --frozen-lockfile

- name: Build all workspace packages
run: pnpm --recursive --stream build:esm && pnpm --recursive --stream build:cjs
run: pnpm --recursive --stream --sequential build:esm && pnpm --recursive --stream --sequential build:cjs

- name: Run dwn-server (background)
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: pnpm install --frozen-lockfile

- name: Build all workspace packages
run: pnpm --recursive --stream build:esm && pnpm --recursive --stream build:cjs
run: pnpm --recursive --stream --sequential build:esm && pnpm --recursive --stream --sequential build:cjs

- name: Run linter for all packages
run: pnpm --recursive --stream lint
Expand Down 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 4dcd49a

Please sign in to comment.