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

This commit is contained in:
Ricardo Guilherme Schmidt
2024-09-19 14:16:35 -03:00
committed by GitHub
parent b2f841158b
commit e9126b93ad

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