|
@@ -21,6 +21,7 @@
|
|
|
"format": "prettier --write src/",
|
|
|
"lint": "eslint --report-unused-disable-directives 'src/**/*.js{,x}'",
|
|
|
"lint:fix": "yarn lint --fix",
|
|
|
+ "fix": "yarn format && yarn lint:fix",
|
|
|
"test": "react-scripts test",
|
|
|
"test:ci": "CI=true yarn test",
|
|
|
"test:cov": "yarn test --coverage --watchAll=false",
|