Skip to content

Commit

Permalink
Remove converage info in clean script
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacques Dafflon committed Jul 13, 2018
1 parent fce5e06 commit b056150
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
"test": "scripts/test.sh --network 'test'",
"coverage": "SOLIDITY_COVERAGE=true scripts/test.sh",
"check": "npm run lint && npm run build && npm run test",
"clean": "rm -rf ./build",
"prepublishOnly": "npm install && npm run build"
"clean": "rm -rf ./build ./coverage ./coverage.json"
},
"files": [
"build",
Expand Down

0 comments on commit b056150

Please sign in to comment.