We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20db8eb commit ac4be00Copy full SHA for ac4be00
scripts/upgrades/dry-run.sh
@@ -22,5 +22,6 @@ sed -i '/deployments\/hardhat/d' .gitignore
22
git add deployments/hardhat
23
# Run the upgrade and print the git diff.
24
npx hardhat run scripts/upgrades/${UPGRADE_SCRIPT} --network hardhat
25
+echo "=== Upgrade diff ==="
26
git --no-pager diff --name-status
27
mv .gitignore.bak .gitignore
0 commit comments