Skip to content

Commit

Permalink
Fix tsd
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicVonkPON committed Nov 2, 2023
1 parent 58a0aa4 commit 0d95b8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"node": ">=14.16"
},
"scripts": {
"//test": "xo && ava && tsd",
"test": "prettier -c src && ava && tsd",
"//test": "xo && ava && tsd -t src/index.d.ts -f src/index.test-d.ts",
"test": "prettier -c src && ava && tsd -t src/index.d.ts -f src/index.test-d.ts",
"build": "tsup",
"prepare": "npm run build"
},
Expand Down

0 comments on commit 0d95b8d

Please sign in to comment.