Update package.json, update CircleCI config

This commit is contained in:
phntxx 2021-06-24 12:03:26 +02:00
parent 7cccbd5095
commit ee30f05e72
2 changed files with 2 additions and 2 deletions

View file

@ -44,7 +44,7 @@ jobs:
- run:
name: test
command: |
yarn test
yarn test --watchAll --coverage
- run:
name: coverage
command: |

View file

@ -34,7 +34,7 @@
"start": "react-scripts start",
"build": "react-scripts build",
"coverage": "codecov -f coverage/*.json -F dashboard",
"test": "react-scripts test --watchAll --coverage --runInBand",
"test": "react-scripts test",
"typecheck": "tsc --noEmit",
"eject": "react-scripts eject",
"lint": "eslint --config .eslintrc.js",