Skip to content

Commit

Permalink
chore: fix code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Arun-KumarH committed Feb 21, 2024
1 parent dabe5a9 commit 1ed0328
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
"lint": "eslint src --ext .ts",
"mocha": "cross-env NODE_ENV=test mocha --full-trace --exit --timeout 30000",
"mochadebug": "cross-env NODE_ENV=test; mocha -R spec ./test/*.js --full-trace --inspect-brk",
"lcov-report": "nyc report --reporter=lcov",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"lcov-report": "c8 report --reporter=lcov",
"coveralls": "c8 report --reporter=text-lcov | coveralls",
"build:tsc": "esbuild ./src/start.ts --bundle --platform=node --outfile=lib/start.js --minify --tree-shaking=true --sourcemap=inline",
"build:clean": "rimraf lib",
"build": "npm-run-all lint build:clean build:tsc",
Expand Down

0 comments on commit 1ed0328

Please sign in to comment.