Skip to content

Commit

Permalink
fix coverage job
Browse files Browse the repository at this point in the history
  • Loading branch information
chronosis committed Jul 1, 2024
1 parent 6d31d4b commit 8670e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"build": "npm run lint && npm run test && npm run coverage",
"fix": "eslint --fix",
"lint": "eslint",
"coverage": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" npx jest --coverage",
"coverage": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" npx jest --coverage --forceExit",
"pretty": "prettier **/*.js"
},
"repository": {
Expand Down

0 comments on commit 8670e97

Please sign in to comment.