Add no-env-check for builder

This commit is contained in:
crazywhalecc
2025-06-29 16:21:22 +08:00
parent e36800b951
commit fcaa7c5f42
4 changed files with 8 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputOption;
#[AsCommand('spc-config', 'Build dependencies')]
class SPCConfigCommand extends BuildCommand
class SPCConfigCommand extends BaseCommand
{
protected bool $no_motd = true;