Skip to content

Commit

Permalink
Add coverage test script to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
BowTiedRadone committed Jan 8, 2025
1 parent f249965 commit c20f748
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 @@ -8,7 +8,8 @@
},
"scripts": {
"postinstall": "npx -p typescript tsc --project tsconfig.json && node -e \"if (process.platform !== 'win32') require('fs').chmodSync('./dist/app.js', 0o755);\"",
"test": "npx tsc --project tsconfig.json && npx jest"
"test": "npx tsc --project tsconfig.json && npx jest",
"test:coverage": "npx tsc --project tsconfig.json && npx jest --coverage"
},
"keywords": [
"stacks",
Expand Down

0 comments on commit c20f748

Please sign in to comment.