chore(githooks): update pre-commit script to interactively stage modified files

This commit is contained in:
Ricardo Guilherme Schmidt 2024-09-19 11:32:19 -03:00
parent b2f841158b
commit 42254cf205
No known key found for this signature in database
GPG Key ID: 54B4454CC123AD17
1 changed files with 1 additions and 1 deletions

View File

@ -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."