Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Commit 1494f8c

Browse files
authored
Update package.json
1 parent ad5704f commit 1494f8c

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
@@ -18,7 +18,7 @@
1818
"lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\"",
1919
"lint:fix": "eslint \"src/**/*.{js,jsx,ts,tsx}\"",
2020
"test": "cross-env TS_NODE_PROJECT=./test/tsconfig.json tap test/**/*.ts",
21-
"test:ci": "cross-env TS_NODE_PROJECT=./test/tsconfig.json tap --coverage-report=text-lcov test/**/*.ts > lcov.info && cat lcov.info",
21+
"test:ci": "cross-env TS_NODE_PROJECT=./test/tsconfig.json tap --coverage-report=text-lcov test/**/*.ts",
2222
"lint-staged": "lint-staged",
2323
"commitlint": "commitlint",
2424
"semantic-release": "semantic-release"

0 commit comments

Comments
 (0)