Skip to content

Commit

Permalink
Fix tsc command
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFarmer committed Mar 13, 2024
1 parent 3269c13 commit 19c33bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
shell: bash
run: |
pnpm run clean
tsc -p tsconfig.esm.json --dry
tsc -p tsconfig.cjs.json --dry
tsc --build --dry
tsc --build --dry
- name: Run lint
Expand Down

0 comments on commit 19c33bb

Please sign in to comment.