Skip to content

Commit

Permalink
coverage-script-for-travis-check
Browse files Browse the repository at this point in the history
relate #10
  • Loading branch information
ali-7 committed Apr 15, 2019
1 parent 4ae1c20 commit 56ef718
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"scripts": {
"client:init": "cd client && npm i",
"client:build": "cd client && npm run build",
"test": "cd client && npm test"
"test": "cd client && npm test",
"coverage": "cd client && npm run coverage:client"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 56ef718

Please sign in to comment.