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