Skip to content

Commit

Permalink
Add Script
Browse files Browse the repository at this point in the history
  • Loading branch information
Kathund committed Oct 21, 2024
1 parent 256806f commit f87b0cb
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 @@ -24,7 +24,8 @@
"build": "npx tsc",
"test": "npx vitest run",
"test:coverage": "npx vitest run --coverage && mv coverage/clover.xml .github/coverageData.xml && npx tsx .github/checkCoverage.ts",
"test:ui": "npx vitest --ui --coverage"
"test:ui": "npx vitest --ui --coverage",
"docgen": "npx typedoc"
},
"engines": {
"node": ">=20.16.0"
Expand Down

0 comments on commit f87b0cb

Please sign in to comment.