Skip to content

Commit

Permalink
chore(githooks): update pre-commit script to interactively stage modi…
Browse files Browse the repository at this point in the history
…fied files
  • Loading branch information
3esmit committed Sep 19, 2024
1 parent b2f8411 commit 42254cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion githooks/pre-commit-adorno
Original file line number Diff line number Diff line change
Expand Up @@ -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."

Expand Down

0 comments on commit 42254cf

Please sign in to comment.