mirror of
https://github.com/filamentphp/plugin-skeleton.git
synced 2025-12-06 13:38:53 +08:00
tweak configure
This commit is contained in:
@@ -163,10 +163,7 @@ if (! $usePhpStan) {
|
||||
'nunomaduro/larastan',
|
||||
]);
|
||||
|
||||
remove_composer_script([
|
||||
'test:phpstan',
|
||||
'@test:phpstan',
|
||||
]);
|
||||
remove_composer_script(['analyse']);
|
||||
}
|
||||
|
||||
if (! $usePint) {
|
||||
@@ -177,7 +174,7 @@ if (! $usePint) {
|
||||
'laravel/pint',
|
||||
]);
|
||||
|
||||
remove_composer_script(['pint']);
|
||||
remove_composer_script(['format']);
|
||||
}
|
||||
|
||||
if (! $useUpdateChangelogWorkflow) {
|
||||
|
||||
Reference in New Issue
Block a user