Skip to content

Commit f172ead

Browse files
author
Shogun
committed
chore: Updated CI configuration.
1 parent fa8303e commit f172ead

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"scripts": {
2828
"lint": "eslint src/*.ts test/*.ts",
2929
"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",
30+
"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",
3132
"prebuild": "rm -rf lib/* types/* && yarn lint",
3233
"build": "tsc -p .",
3334
"prepublishOnly": "yarn ci",

0 commit comments

Comments
 (0)