Skip to content

Commit

Permalink
fix: use pnpm --recursive
Browse files Browse the repository at this point in the history
  • Loading branch information
g-chao committed Apr 1, 2024
1 parent b0a1051 commit c734cde
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ jobs:
version: 8.15.1
- name: Install Depdendencies
run: pnpm install
- name: Build and run tests for pnpm-sync-lib
run: pnpm --filter pnpm-sync-lib run build && pnpm --filter pnpm-sync-lib run test
- name: Build and run tests for pnpm-sync
run: pnpm --filter pnpm-sync run build && pnpm --filter pnpm-sync run test
- name: Build and run tests for pnpm-sync-api-demo
run: pnpm --filter pnpm-sync-api-demo run build && pnpm --filter pnpm-sync-api-demo run test
- name: Build all projects
run: pnpm --recursive run build
- name: Run tests for all projects
run: pnpm --recursive run test

0 comments on commit c734cde

Please sign in to comment.