update project
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user