Skip to content

Commit

Permalink
pkg: Change coverage command options to work with Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhil committed Sep 2, 2024
1 parent 0c0c0c3 commit 11cbbf8
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 report --coverage-report=html",
"coverage": "TS_NODE_PROJECT=tsconfig.test.json tap report --coverage-report=html --no-browser",
"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 11cbbf8

Please sign in to comment.