Skip to content

Commit

Permalink
Remove database upgrade check on pre-commit
Browse files Browse the repository at this point in the history
it's not working anymore for some reasons.
  • Loading branch information
needs committed Apr 1, 2024
1 parent f7f296c commit a00cfe5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx nx run-many -t prisma-status | grep -q 'Database schema is up to date'
npx nx run-many -t lint --parallel=3
npx nx run-many -t build --parallel=3
npx nx run-many -t test --runInBand --parallel=1

0 comments on commit a00cfe5

Please sign in to comment.