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:
|
- run:
|
||||||
name: test
|
name: test
|
||||||
command: |
|
command: |
|
||||||
yarn test
|
yarn test --watchAll --coverage
|
||||||
- run:
|
- run:
|
||||||
name: coverage
|
name: coverage
|
||||||
command: |
|
command: |
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue