Skip to content

Commit

Permalink
test: update ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
toboid committed Jun 3, 2024
1 parent 4328195 commit 7fbfb4e
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 @@ -8,7 +8,7 @@
"test": "node --test test/*",
"coverage": "node --test --experimental-test-coverage test/*",
"watch": "node --test --watch .",
"ci": "npm run lint && npm run test"
"ci": "npm run lint && npm run coverage"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 7fbfb4e

Please sign in to comment.