Oliver Jägle commited on
Commit
90de93e
·
unverified ·
1 Parent(s): 320575d

Update linting-failed-message in pre-commit

Browse files
Files changed (1) hide show
  1. .husky/pre-commit +1 -1
.husky/pre-commit CHANGED
@@ -9,7 +9,7 @@ if ! pnpm typecheck; then
9
  fi
10
 
11
  if ! pnpm lint; then
12
- echo "❌ Linting failed! 'pnpm lint:check' will help you fix the easy ones."
13
  echo "Once you're done, don't forget to add your beautification to the commit! 🤩"
14
  exit 1
15
  fi
 
9
  fi
10
 
11
  if ! pnpm lint; then
12
+ echo "❌ Linting failed! 'pnpm lint:fix' will help you fix the easy ones."
13
  echo "Once you're done, don't forget to add your beautification to the commit! 🤩"
14
  exit 1
15
  fi