Skip to content

Commit

Permalink
update husky to skip prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
xmliszt committed Feb 4, 2024
1 parent 3a90adb commit f3c065f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
. "$(dirname "$0")/_/husky.sh"

npm run gen-types
npm run style
npm run lint

echo "👌 Husky - commit succeeded. Please remember to run \`supabase db pull\` to sync your local database with the latest changes in taboo-ai-preview database"
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/supabase
/supabase/**
robots.txt

**/build
Expand Down

0 comments on commit f3c065f

Please sign in to comment.