Skip to content

Commit

Permalink
Merge pull request #80 from lion-packages/support
Browse files Browse the repository at this point in the history
NpmRunTestCommand has been configured
  • Loading branch information
Santiago1010 authored Jun 22, 2024
2 parents aa32b76 + cf48d66 commit ea43f03
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/LionBundle/Commands/Npm/NpmRunTestCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ class NpmRunTestCommand extends LionNpmRunTestCommand
*/
protected function configure(): void
{
$this
->setName('test');
parent::configure();

$this->setName('test');
}
}

0 comments on commit ea43f03

Please sign in to comment.