We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 283e211 commit c435fedCopy full SHA for c435fed
package.json
@@ -62,6 +62,8 @@
62
"dev": "cross-env NODE_ENV=development nodemon --watch './src/**/*.ts' --exec node --loader ts-node/esm ./src/start.ts",
63
"lint": "eslint src --ext .ts --fix",
64
"start": "node lib/start.js",
65
+ "lcov-report": "c8 report --reporter=lcov",
66
+ "coveralls": "c8 report --reporter=text-lcov | coveralls",
67
"mocha": "cross-env NODE_ENV=test mocha --timeout 10000 --full-trace --exit --trace-warnings --exit",
68
"test": "npm run lint && c8 --reporter=text npm run mocha"
69
},
0 commit comments