We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7120dd2 commit c4d8c04Copy full SHA for c4d8c04
src/BuildProcess/ExecuteBuildCommands.php
@@ -22,7 +22,7 @@ public function __invoke()
22
foreach (Manifest::buildCommands($this->environment) as $command) {
23
Helpers::step('<comment>Running Command</comment>: '.$command);
24
25
- $process = Process::fromShellCommandline($command, $this->appPath, null, null, null);
+ $process = Process::fromShellCommandline($command, $this->appPath, ['LARAVEL_VAPOR' => 1], null, null);
26
27
$process->mustRun(function ($type, $line) {
28
Helpers::write($line);
0 commit comments