Skip to content

Commit

Permalink
updated test to do both kinds
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmarinacci committed Oct 12, 2023
1 parent c53dd40 commit 2233f92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"vitest": "^0.34.1"
},
"scripts": {
"test": "vitest",
"test": "npm run vitest && npm run type-check",
"vitest": "vitest",
"build": "node build.js",
"type-check": "tsc",
"clean": "rm -rf dist/ output/ *.tgz",
Expand Down

0 comments on commit 2233f92

Please sign in to comment.