File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5555 "build" : " NODE_ENV=production yarn cleanup && rollup -c" ,
5656 "storybook" : " NODE_ENV=development storybook dev -p 6006" ,
5757 "build-storybook" : " NODE_ENV=production 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"
You can’t perform that action at this time.
0 commit comments