mirror of
https://github.com/vacp2p/foundry-template.git
synced 2026-01-08 04:33:53 -05:00
chore(githooks): update pre-commit script to interactively stage modified files
This commit is contained in:
@@ -14,7 +14,7 @@ if [ $? -ne 0 ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
git add .
|
||||
git add -p
|
||||
|
||||
echo "Successfully ran pnpm run adorno and added modified files."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user