Skip to content

Commit

Permalink
Merge remote-tracking branch 'mdnorman-node-solidity-hardhat-sapling/…
Browse files Browse the repository at this point in the history
…main'
  • Loading branch information
mdnorman committed Apr 12, 2022
2 parents c3b1ece + 6c26aa8 commit 2b59f6e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@
"bugs": {
"url": "https://github.com/paypr/CHANGEME/issues"
},
"files": [
"artifacts",
"contracts",
"dist",
"src",
"CHANGELOG.md",
"README.md"
],
"scripts": {
"clean": "rm -rf build && rm -rf dist && rm -rf out && rm -rf types && rm -rf artifacts && rm -rf cache",
"compile:contracts": "hardhat compile && npm run pretty",
Expand Down

0 comments on commit 2b59f6e

Please sign in to comment.