mirror of
https://github.com/filamentphp/plugin-skeleton.git
synced 2025-12-06 13:38:53 +08:00
update workflows with pint and recent spatie updates
This commit is contained in:
@@ -48,9 +48,9 @@
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"pint": "pint",
|
||||
"test:pest": "pest --parallel",
|
||||
"test:phpstan": "phpstan analyse",
|
||||
"pint": "vendor/bin/pint",
|
||||
"test:pest": "vendor/bin/pest --parallel",
|
||||
"test:phpstan": "vendor/bin/phpstan analyse",
|
||||
"test": [
|
||||
"@test:pest",
|
||||
"@test:phpstan"
|
||||
|
||||
Reference in New Issue
Block a user