Skip to content

Commit

Permalink
fix: add support for yarn.buildCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
d34dman committed Sep 8, 2022
1 parent f5af0ce commit a53c624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Method/YarnMethod.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ protected function prepareCommand(HostConfig $host_config, TaskContextInterface
public function resetPrepare(HostConfig $host_config, TaskContextInterface $context)
{
$this->runCommand($host_config, $context, 'install');
$this->runCommand($host_config, $context, $host_config->get('yarnBuildCommand'));
$this->runCommand($host_config, $context, $host_config->get('yarn.buildCommand'));
}

public function installPrepare(HostConfig $host_config, TaskContextInterface $context)
Expand Down

0 comments on commit a53c624

Please sign in to comment.