chore(pre-commit): remove OpenAPI generation command from pre-commit hook

This commit is contained in:
Andras Bacsai
2025-04-13 15:53:08 +02:00
parent ad002faef4
commit 201116746b

View File

@@ -19,5 +19,3 @@ $(pwd)/vendor/bin/pint $files -q
if [ $? -eq 0 ]; then if [ $? -eq 0 ]; then
git add $files git add $files
fi fi
php artisan generate:openapi