diff --git a/hooks/pre-commit b/hooks/pre-commit index d083fdcbb..029f67917 100644 --- a/hooks/pre-commit +++ b/hooks/pre-commit @@ -19,5 +19,3 @@ $(pwd)/vendor/bin/pint $files -q if [ $? -eq 0 ]; then git add $files fi - -php artisan generate:openapi