Skip to content

Commit

Permalink
Use npm to run scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerhut committed Oct 9, 2019
1 parent 23381b7 commit 98c2b64
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 @@ -9,4 +9,4 @@ matrix:
script:
- cd src/dashboard
- yarn
- yarn coverage:backend
- npm run coverage:backend
2 changes: 1 addition & 1 deletion src/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"build": "react-scripts build",
"backend": "nodemon server",
"test:backend": "mocha --config server/.mocharc.js",
"coverage:backend": "nyc --nycrc-path server/.nycrc.js yarn test:backend",
"coverage:backend": "nyc --nycrc-path server/.nycrc.js npm run test:backend",
"report:backend": "nyc --nycrc-path server/.nycrc.js report --reporter html"
},
"eslintConfig": {
Expand Down

0 comments on commit 98c2b64

Please sign in to comment.