Skip to content

Commit 5fdff26

Browse files
committed
ci: remove coverage script
1 parent 4dc0e47 commit 5fdff26

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,13 @@
2727
"scripts": {
2828
"bundle": "npm run format:write && npm run package",
2929
"ci-test": "npx jest",
30-
"coverage": "npx make-coverage-badge --output-path ./badges/coverage.svg",
3130
"format:write": "npx prettier --write .",
3231
"format:check": "npx prettier --check .",
3332
"lint": "npx eslint . -c ./.github/linters/.eslintrc.yml",
3433
"package": "npx ncc build src/index.ts -o dist --source-map --license licenses.txt",
3534
"package:watch": "npm run package -- --watch",
3635
"test": "npx jest",
37-
"all": "npm run format:write && npm run lint && npm run test && npm run coverage && npm run package"
36+
"all": "npm run format:write && npm run lint && npm run test && npm run package"
3837
},
3938
"license": "MIT",
4039
"jest": {

0 commit comments

Comments
 (0)