Skip to content

Commit c6e9e52

Browse files
committed
remove coverage npm script
1 parent 6ddbcc4 commit c6e9e52

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@
66
"type": "commonjs",
77
"types": "types/index.d.ts",
88
"scripts": {
9-
"coverage": "npm run unit -- --coverage-report=lcovonly",
109
"lint": "standard",
1110
"lint:fix": "npm run lint -- --fix",
1211
"prepare": "node scripts/prepare-swagger-ui",
1312
"prepublishOnly": "npm run prepare",
14-
"test": "npm run prepare && npm run coverage && npm run typescript",
13+
"test": "npm run prepare && npm run unit && npm run typescript",
1514
"test:dev": "npm run lint && npm run unit && npm run typescript",
1615
"test:e2e:command": "node ./examples/example-e2e.js",
1716
"test:e2e": "npx playwright test",

0 commit comments

Comments
 (0)