Skip to content

Commit 78f7f7a

Browse files
authored
Merge pull request #575 from morpho-org/fix/package
fix(package): replace postinstall with prepare
2 parents 999adf9 + 8b9d639 commit 78f7f7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"LICENSE"
1010
],
1111
"scripts": {
12-
"postinstall": "husky install && forge install",
12+
"prepare": "husky install && forge install",
1313
"build:forge": "FOUNDRY_PROFILE=build forge build",
1414
"build:hardhat": "npx hardhat compile",
1515
"test:forge": "FOUNDRY_PROFILE=test forge test",

0 commit comments

Comments
 (0)