Skip to content

Commit

Permalink
Add scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
MickdeGraaf committed Oct 19, 2020
1 parent c99c629 commit 4e9aaaa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"description": "Pool ETH and create pies",
"main": "index.js",
"scripts": {
"test": "test"
"test": "npx buidler test",
"compile": "npx buidler compile",
"clean": "rm -rf ./artifacts && rm -rf ./cache",
"remix": "remixd -s . --remix-ide https://remix.ethereum.org"
},
"author": "",
"license": "MIT",
Expand Down

0 comments on commit 4e9aaaa

Please sign in to comment.