19 lines
599 B
JSON
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"
|
|
]
|
|
}
|
|
}
|