Skip to content

Commit

Permalink
pkg: Remove reporter option from coverage command
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhil committed Sep 2, 2024
1 parent 2059341 commit c6c302f
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 @@ -28,7 +28,7 @@
"size": "size-limit",
"prepare": "tsc -noEmit && ./build.js",
"lint": "eslint",
"coverage": "TS_NODE_PROJECT=tsconfig.test.json tap --no-browser --coverage-report=html --reporter=dot 'src/**/*.test.ts'",
"coverage": "TS_NODE_PROJECT=tsconfig.test.json tap --no-browser --coverage-report=html 'src/**/*.test.ts'",
"test": "TS_NODE_PROJECT=tsconfig.test.json tap",
"build": "rm -rf dist/* && ./build.js",
"dev": "esbuild src/index.ts --bundle --watch --outfile=dev/ngrammy.esm.js"
Expand Down

0 comments on commit c6c302f

Please sign in to comment.