We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4634604 commit 41fb428Copy full SHA for 41fb428
src/Commands/PublishCommand.php
@@ -17,6 +17,7 @@ public function handle()
17
18
Process::path(__DIR__.'/../../resources/js/')
19
->env($this->getEnvironmentVariables())
20
+ ->forever()
21
->run('npm update', function (string $type, string $output) {
22
echo $output;
23
});
0 commit comments