Skip to content

Commit

Permalink
🔨 scripts: use prepare instead of postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
cruzdanilo committed Nov 27, 2023
1 parent e9c2406 commit a50c98f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"coverage:fuzzer": "FOUNDRY_PROFILE=production forge test --match-test testFuzz",
"deploy:ethereum": "hardhat --network ethereum deploy",
"deploy:goerli": "hardhat --network goerli deploy",
"postinstall": "concurrently 'npm:postinstall:*' --group -c auto",
"postinstall:foundry": "forge install",
"postinstall:hardhat": "hardhat compile --force"
"prepare": "concurrently 'npm:prepare:*' --group -c auto",
"prepare:foundry": "forge install",
"prepare:hardhat": "hardhat compile --force"
},
"files": [
"scripts",
Expand Down

0 comments on commit a50c98f

Please sign in to comment.