Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiaslins committed Dec 15, 2023
1 parent d2f3700 commit 74e51b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
- name: Install dependencies
run: pnpm install
- name: Build package
run: pnpm build
run: pnpm --filter react-hot-toast build
- name: Test
run: pnpm run test --ci --coverage
run: pnpm --filter react-hot-toast run test --ci --coverage

0 comments on commit 74e51b9

Please sign in to comment.