chore(githooks): update pre-commit script to interactively stage modified files
This commit is contained in:
parent
b2f841158b
commit
42254cf205
|
@ -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."
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue