Skip to content

Commit

Permalink
✏️ Change to correct script name.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlee-dev committed Aug 19, 2019
1 parent 32ffe27 commit b7912b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ node_js:
- 'node'
script:
- yarn build
- yarn coveralls
- yarn test:coveralls
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"build": "react-scripts build",
"eject": "react-scripts eject",
"test": "react-scripts test",
"test:coveralls": "Echo fix."
"test:coveralls": "jest --coverage --collectCoverageFrom=src/**/* --coverageReporters=text-lcov | coveralls"
},
"eslintConfig": {
"extends": "react-app"
Expand Down

0 comments on commit b7912b0

Please sign in to comment.