Skip to content

Commit

Permalink
Fix CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklafrance committed Oct 18, 2023
1 parent 425a036 commit 05c88dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
- name: Build packages
run: pnpm build

- name: Build sample
run: pnpm build-sample
- name: Build samples
run: pnpm build-basic && pnpm build-endpoints

- name: Lint packages & sample
run: pnpm lint
Expand Down

0 comments on commit 05c88dd

Please sign in to comment.