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 f57e605 commit 3a58665
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 @@ -50,7 +50,7 @@ jobs:
run: pnpm install --no-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

0 comments on commit 3a58665

Please sign in to comment.