diff --git a/.husky/post-merge b/.husky/post-merge index f3801e9ba46b375..be255de81faacd3 100644 --- a/.husky/post-merge +++ b/.husky/post-merge @@ -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