Skip to content

Commit f814450

Browse files
committed
Don't run license checker as part of unit tests
It already runs as a separate job in a Github action
1 parent 65e48c9 commit f814450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build": "tsc",
1313
"clean-build": "rimraf ./lib && mkdir lib",
1414
"prepublishOnly": "npm run build",
15-
"test": "npm run build && npm run lint && tap test/unit/{*,**/*}.test.ts && npm run license-checker",
15+
"test": "npm run build && npm run lint && tap test/unit/{*,**/*}.test.ts",
1616
"test:coverage-100": "npm run build && tap test/unit/{*,**/*}.test.ts --coverage --100",
1717
"test:coverage-report": "npm run build && tap test/unit/{*,**/*}.test.ts --coverage && nyc report --reporter=text-lcov > coverage.lcov",
1818
"test:coverage-ui": "npm run build && tap test/unit/{*,**/*}.test.ts --coverage --coverage-report=html",

0 commit comments

Comments
 (0)