Skip to content

Commit

Permalink
added: coverage script
Browse files Browse the repository at this point in the history
  • Loading branch information
Salmandabbakuti committed Nov 3, 2023
1 parent 2c480e5 commit f65694d
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": {
"test": "npx hardhat test",
"compile": "npx hardhat compile",
"deploy": "npx hardhat deploy"
"deploy": "npx hardhat deploy",
"coverage": "npx hardhat coverage --network hardhat"
},
"keywords": [],
"author": "Salman Dabbakuti",
Expand Down

0 comments on commit f65694d

Please sign in to comment.