Skip to content

Commit 41fb428

Browse files
committed
Use forever() in publish command. Fixes #8
1 parent 4634604 commit 41fb428

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Commands/PublishCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ public function handle()
1717

1818
Process::path(__DIR__.'/../../resources/js/')
1919
->env($this->getEnvironmentVariables())
20+
->forever()
2021
->run('npm update', function (string $type, string $output) {
2122
echo $output;
2223
});

0 commit comments

Comments
 (0)