diff --git a/src/NewCommand.php b/src/NewCommand.php index 67916b08..308ffb9e 100644 --- a/src/NewCommand.php +++ b/src/NewCommand.php @@ -177,7 +177,6 @@ protected function installJetstream(string $directory, string $stack, bool $team $commands = array_filter([ $this->findComposer().' require laravel/jetstream', trim(sprintf(PHP_BINARY.' artisan jetstream:install %s %s', $stack, $teams ? '--teams' : '')), - 'npm install && npm run build', PHP_BINARY.' artisan storage:link', ]);