Files
laravel_school_api/composer.phase9.scripts.snippet.json
T
2026-05-30 01:11:35 -04:00

19 lines
599 B
JSON

{
"scripts": {
"test:architecture": "php artisan test tests/Architecture",
"architecture:scan": "php artisan app:architecture-scan",
"route:inventory": "php artisan api:route-inventory --markdown",
"route:inventory:check": "php artisan app:route-inventory-check",
"dependency:map": "php artisan app:dependency-map --markdown",
"docs:coverage": "php artisan app:docs-coverage",
"release:gate": [
"@test:architecture",
"@architecture:scan",
"@route:inventory",
"@route:inventory:check",
"@dependency:map",
"@docs:coverage"
]
}
}