Skip to content

Commit

Permalink
Merge pull request #356 from morpho-org/fix/package
Browse files Browse the repository at this point in the history
fix(package): replace postinstall with prepare
  • Loading branch information
MerlinEgalite authored Nov 8, 2023
2 parents 3bda214 + bcf1d0b commit b59d8e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
},
"homepage": "https://github.com/morpho-labs/morpho-blue-bundlers#readme",
"scripts": {
"prepare": "husky install",
"postinstall": "forge install",
"prepare": "husky install && forge install",
"build:pkg": "yarn build:hardhat --force && tsc --build ./tsconfig.build.json",
"build:forge": "FOUNDRY_PROFILE=build forge build",
"build:hardhat": "hardhat compile",
Expand Down

0 comments on commit b59d8e3

Please sign in to comment.