Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
OnkarRuikar authored Feb 7, 2024
1 parent c1ebab2 commit 94bacda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .husky/post-merge
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ -f ".husky/_/history" ]; then
lastHash=$(cat ./.husky/_/history)
isUpdated=$(git diff $lastHash HEAD -- ./package.json)
if [ "$isUpdated" != "" ]; then
echo ⚠🔥 package.json has been modified please run 'yarn install'! 🔥
echo -e "\n⚠🔥 package.json has been modified please run 'yarn install'! 🔥"
fi
else
yarn install
Expand Down

0 comments on commit 94bacda

Please sign in to comment.