Skip to content

Commit

Permalink
chore: added postinstall scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
naddison36 committed Jun 24, 2021
1 parent 3c95d2a commit 9aa09c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -32,6 +32,7 @@
"test:file:long": "LONG_TESTS=true yarn hardhat test",
"compile": "yarn hardhat compile --force && yarn run compile-abis",
"prettify": "prettier --write tasks/**/*.ts test/**/*.ts types/*.ts contracts/**/*.sol",
"postinstall": "yarn run compile",
"flatten": "sol-merger \"./contracts/**/*.sol\" ./_flat",
"prepublishOnly": "yarn run compile"
},
Expand Down

0 comments on commit 9aa09c4

Please sign in to comment.