We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f8cadf commit 2b6faf8Copy full SHA for 2b6faf8
package.json
@@ -13,7 +13,7 @@
13
"lint": "npm run lint:code && npm run lint:commit",
14
"test:jest": "rimraf build && tsc && jest -c jest.unit.config.js",
15
"test:mocha": "rimraf build && tsc && mocha build/test/unit/mocha/test.*.js",
16
- "test:e2e": "rimraf build && tsc && jest -c jest.e2e.config.js --forceExit --runInBand --detectOpenHandles --coverage --coverageReporters=text-lcov | coveralls",
+ "test:e2e": "rimraf build && tsc && jest -c jest.e2e.config.js --forceExit --runInBand --detectOpenHandles --coverage --coverageReporters=text-lcov",
17
"lint:code": "tslint -c tslint.json -p tsconfig.json",
18
"lint:commit": "echo \"module.exports = {extends: ['@commitlint/config-conventional']}\" > commitlint.config.js && commitlint . && rimraf commitlint.config.js"
19
},
0 commit comments