Skip to content

Commit

Permalink
fix: reorganize test scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
herrmannplatz committed Dec 10, 2023
1 parent 41892c9 commit 8f24474
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "jest --coverage && tsd",
"test": "npm run test:unit && npm run test:typescript",
"test:unit": "jest --coverage",
"test:typescript": "tsd",
"posttest": "npm run lint",
"lint": "standard",
"lint:fix": "standard --fix"
Expand Down

0 comments on commit 8f24474

Please sign in to comment.