Skip to content

Commit

Permalink
fix(ci): build before running TSD
Browse files Browse the repository at this point in the history
  • Loading branch information
fraxken committed Nov 23, 2023
1 parent 1ec7fa6 commit b6f1b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pattern/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"scripts": {
"build": "tsup src/pattern.ts --format cjs,esm --dts --clean",
"prepublishOnly": "npm run build",
"test:tsd": "tsd",
"test:tsd": "npm run build && tsd",
"test:runner": "glob -c \"tsx --test\" \"./test/*.spec.ts\"",
"test": "npm run test:runner && npm run test:tsd",
"coverage": "c8 -r html npm test",
Expand Down

0 comments on commit b6f1b27

Please sign in to comment.