We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ad4f22 commit 4da2b36Copy full SHA for 4da2b36
1 file changed
package.json
@@ -55,13 +55,13 @@
55
"build": "NODE_ENV=production yarn cleanup && rollup -c",
56
"storybook": "storybook dev -p 6006",
57
"build-storybook": "storybook build",
58
- "test": "jest",
59
- "test:watch": "jest --watch",
+ "test": "jest --color",
+ "test:watch": "yarn test --watch",
60
"lint": "yarn lint:types && yarn lint:js && yarn lint:prettier",
61
"lint:fix": "yarn lint:js:fix && yarn lint:prettier:fix",
62
"lint:prettier": "prettier --check .",
63
"lint:prettier:fix": "prettier --write .",
64
- "lint:js": "eslint . --max-warnings 0",
+ "lint:js": "eslint . --color --max-warnings 0",
65
"lint:js:fix": "yarn lint:js --fix",
66
"lint:types": "tsc --build tsconfig.json --pretty",
67
"prepublishOnly": "yarn lint && yarn test && yarn storybook --smoke-test"
0 commit comments