diff --git a/.githooks/pre-push b/.githooks/pre-push index 80ab572..c862a64 100755 --- a/.githooks/pre-push +++ b/.githooks/pre-push @@ -71,7 +71,7 @@ fi # Run tests print_status "Running tests..." -if npm run test; then +if npm run test:production; then print_success "Tests passed" else print_error "Tests failed! Please fix the issues before pushing."