Skip to content

Commit 09148dd

Browse files
Add colour output to GitHub Actions
1 parent d0c6dbf commit 09148dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@
5555
"build": "NODE_ENV=production yarn cleanup && rollup -c",
5656
"storybook": "storybook dev -p 6006",
5757
"build-storybook": "storybook build",
58-
"test": "jest",
59-
"test:watch": "jest --watch",
58+
"test": "jest --color",
59+
"test:watch": "yarn test --watch",
6060
"lint": "yarn lint:types && yarn lint:js && yarn lint:prettier",
6161
"lint:fix": "yarn lint:js:fix && yarn lint:prettier:fix",
6262
"lint:prettier": "prettier --check .",
6363
"lint:prettier:fix": "prettier --write .",
64-
"lint:js": "eslint . --max-warnings 0",
64+
"lint:js": "eslint . --color --max-warnings 0",
6565
"lint:js:fix": "yarn lint:js --fix",
6666
"lint:types": "tsc --build tsconfig.json --pretty",
6767
"prepublishOnly": "yarn lint && yarn test && yarn storybook --smoke-test"

0 commit comments

Comments
 (0)