mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-01-23 03:07:05 +00:00
Merge pull request #512 from mrsimpson/fix-lint-failed-message
Update linting-failed-message in pre-commit
This commit is contained in:
commit
0d49c7402b
@ -9,7 +9,7 @@ if ! pnpm typecheck; then
|
||||
fi
|
||||
|
||||
if ! pnpm lint; then
|
||||
echo "❌ Linting failed! 'pnpm lint:check' will help you fix the easy ones."
|
||||
echo "❌ Linting failed! 'pnpm lint:fix' will help you fix the easy ones."
|
||||
echo "Once you're done, don't forget to add your beautification to the commit! 🤩"
|
||||
exit 1
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user