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: - run:
name: test name: test
command: | command: |
yarn test yarn test --watchAll --coverage
- run: - run:
name: coverage name: coverage
command: | command: |

View file

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