Skip to content

Commit

Permalink
Remove the npm install and build steps (#242)
Browse files Browse the repository at this point in the history
These will be handled by the Jetstream installer now.
  • Loading branch information
jessarcher authored Aug 12, 2022
1 parent df70a93 commit a9715c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/NewCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
]);

Expand Down

0 comments on commit a9715c2

Please sign in to comment.