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 65e48c9 commit f814450Copy full SHA for f814450
package.json
@@ -12,7 +12,7 @@
12
"build": "tsc",
13
"clean-build": "rimraf ./lib && mkdir lib",
14
"prepublishOnly": "npm run build",
15
- "test": "npm run build && npm run lint && tap test/unit/{*,**/*}.test.ts && npm run license-checker",
+ "test": "npm run build && npm run lint && tap test/unit/{*,**/*}.test.ts",
16
"test:coverage-100": "npm run build && tap test/unit/{*,**/*}.test.ts --coverage --100",
17
"test:coverage-report": "npm run build && tap test/unit/{*,**/*}.test.ts --coverage && nyc report --reporter=text-lcov > coverage.lcov",
18
"test:coverage-ui": "npm run build && tap test/unit/{*,**/*}.test.ts --coverage --coverage-report=html",
0 commit comments