Skip to content

Commit

Permalink
test: add script to type check fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Oct 25, 2024
1 parent c50f64c commit 054d513
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"types": "./lib/index.d.ts",
"scripts": {
"test": "bun test",
"test:typecheck": "bun --bun tsc $(find ./tests/fixtures -name '*.d.ts') --noEmit --skipDefaultLibCheck",
"test:e2e": "bun tests/test-e2e.ts",
"format": "bun --bun prettier --write \".\" --cache",
"build": "bun --bun tsc"
Expand Down

0 comments on commit 054d513

Please sign in to comment.