Skip to content

Commit

Permalink
Fix types test
Browse files Browse the repository at this point in the history
  • Loading branch information
switz committed Jan 3, 2024
1 parent 183ce82 commit 2936674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"scripts": {
"prepublish": "build",
"test": "bun test && bun run test-types",
"test-types": "tsd -t './src/index.ts' -f test/",
"test-types": "tsd -t './src/index.ts' -f test/*.test-d.ts",
"size": "size-limit",
"copy-ts": "cp dist/index.d.mts dist/cjs/index.d.cts && cp dist/debug.d.mts dist/cjs/debug.d.cts",
"build": "tsup && npm run copy-ts"
Expand Down

0 comments on commit 2936674

Please sign in to comment.