mirror of
https://github.com/filamentphp/plugin-skeleton.git
synced 2025-12-06 13:38:53 +08:00
Fix configure script related to Pint
This commit is contained in:
@@ -82,8 +82,7 @@ foreach ($files as $file) {
|
||||
}
|
||||
|
||||
if (! $usePint) {
|
||||
safeUnlink(__DIR__.'/pint.json');
|
||||
safeUnlink(__DIR__.'/.github/workflows/pint.yml');
|
||||
safeUnlink(__DIR__.'/.github/workflows/fix-php-code-style-issues.yml');
|
||||
|
||||
remove_composer_deps([
|
||||
'laravel/pint',
|
||||
|
||||
Reference in New Issue
Block a user