Skip to content

Commit

Permalink
ci: add script test-coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKreil committed Feb 2, 2024
1 parent ef81893 commit 8c77cc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"prepack": "npm run build && npm run doc",
"release": "npx vrt release-npm",
"start": "tsx src/index.ts",
"test-coverage": "NODE_OPTIONS=--experimental-vm-modules jest --coverage",
"test": "NODE_OPTIONS=--experimental-vm-modules jest",
"upgrade": "npm-check-updates -u && rm -f package-lock.json; rm -rf node_modules; npm i && npm update"
},
Expand Down

0 comments on commit 8c77cc5

Please sign in to comment.