Skip to content

Commit 3b0bc6b

Browse files
authored
chore: remove test-coverage script
1 parent 4e61017 commit 3b0bc6b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@
2323
"prepack": "npm run compile && npm run tsc",
2424
"prettier": "prettier --check src",
2525
"prettier-write": "prettier --write src",
26-
"test": "npm run test-coverage && npm run eslint && npm run check-types",
27-
"test-only": "jest",
28-
"test-coverage": "jest --coverage",
26+
"test": "npm run test-only && npm run eslint && npm run check-types",
27+
"test-only": "jest --coverage",
2928
"tsc": "npm run clean && npm run tsc-cjs && npm run tsc-esm",
3029
"tsc-cjs": "tsc --project tsconfig.cjs.json",
3130
"tsc-esm": "tsc --project tsconfig.esm.json"

0 commit comments

Comments
 (0)