Update package.json, update CircleCI config
This commit is contained in:
parent
7cccbd5095
commit
ee30f05e72
2 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ jobs:
|
|||
- run:
|
||||
name: test
|
||||
command: |
|
||||
yarn test
|
||||
yarn test --watchAll --coverage
|
||||
- run:
|
||||
name: coverage
|
||||
command: |
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue