Skip to content

Commit

Permalink
fail build on type error in test
Browse files Browse the repository at this point in the history
  • Loading branch information
larsthorup committed Feb 15, 2020
1 parent 9b1bd2d commit 3822426
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test:watch": "react-scripts test",
"test": "react-scripts test --watchAll=false --coverage",
"test": "tsc && react-scripts test",
"test:ci": "tsc && react-scripts test --watchAll=false --coverage",
"eject": "react-scripts eject",
"coveralls": "coveralls < coverage/lcov.info",
"travis": "npm test && npm run coveralls"
"travis": "npm test:ci && npm run coveralls"
},
"eslintConfig": {
"extends": "react-app"
Expand Down

0 comments on commit 3822426

Please sign in to comment.