Skip to content

Commit

Permalink
Fix coveralls coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
pineapplemachine committed Oct 28, 2023
1 parent 5dc10e9 commit 28a34c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -50,8 +50,8 @@
"test-commonjs": "npm rum build && node test/test-commonjs.js",
"build": "npx tsc",
"typedoc": "npx typedoc",
"coverage": "npx nyc --reporter lcov npm run test",
"coverage-lcov": "npx nyc npm run test",
"coverage": "npx nyc npm run test",
"coverage-lcov": "npx nyc --reporter lcov npm run test",
"coverage-report": "npx nyc report --reporter html",
"prepublish": "npm run test && npm run test-commonjs"
}
Expand Down

0 comments on commit 28a34c8

Please sign in to comment.