Skip to content

Commit cd0f440

Browse files
authored
Update quality.yml
1 parent 8f215df commit cd0f440

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/quality.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ jobs:
2323
- name: Build Project
2424
run: bun run build
2525

26-
- name: Verify Types
27-
run: bunx tsc --project tsconfig.json --noEmit
28-
# Note: You'll need a basic tsconfig.json for this to work perfectly
26+
- name: Verify Type Definition Syntax
27+
run: bun build src/index.d.ts --outdir /tmp
2928

3029
- name: Run Performance Benchmark
3130
run: bun run tests/bench.test.js

0 commit comments

Comments
 (0)