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