Skip to content

Commit

Permalink
force remove coverage artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah Zinsmeister committed Oct 29, 2018
1 parent c4feb22 commit 7f06850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"buidl": "rm -rf build/ && npx truffle compile",
"chain": "npx ganache-cli --port 8545 --seed hydro",
"test": "npx truffle test --network development",
"cover": "rm coverage.json && rm -r coverage && npx solidity-coverage",
"cover": "rm -f coverage.json && rm -rf coverage && npx solidity-coverage",
"chain-cover": "npx testrpc-sc --port 8555 -l 0xfffffffffff -g 0x01 --allowUnlimitedContractSize --seed hydro",
"test-cover": "npx truffle test --network coverage"
},
Expand Down

0 comments on commit 7f06850

Please sign in to comment.