Skip to content

Commit

Permalink
add compile command
Browse files Browse the repository at this point in the history
  • Loading branch information
AlcibiadesCleinias committed Sep 2, 2023
1 parent 6ee8c62 commit 901c862
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 @@ -3,7 +3,8 @@
"version": "1.0.0",
"description": "A boilerplate repository to get you started with Hardhat and Ethereum development",
"scripts": {
"test": "hardhat test"
"test": "hardhat test",
"compile": "hardhat compile"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 901c862

Please sign in to comment.