We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa8303e commit f172eadCopy full SHA for f172ead
package.json
@@ -27,7 +27,8 @@
27
"scripts": {
28
"lint": "eslint src/*.ts test/*.ts",
29
"test": "tap --reporter=spec --coverage-report=html --coverage-report=text --no-browser test/*.test.ts",
30
- "ci": "yarn lint && tap --no-color --reporter=spec --coverage-report=json --coverage-report=text --branches 90 --functions 90 --lines 90 --statements 90 test/*.test.ts",
+ "test:ci": "tap --no-color --reporter=spec --coverage-report=json --coverage-report=text --branches 90 --functions 90 --lines 90 --statements 90 test/*.test.ts",
31
+ "ci": "yarn lint && yarn test:ci",
32
"prebuild": "rm -rf lib/* types/* && yarn lint",
33
"build": "tsc -p .",
34
"prepublishOnly": "yarn ci",
0 commit comments