Skip to content

Commit a9715c2

Browse files
authored
Remove the npm install and build steps (#242)
These will be handled by the Jetstream installer now.
1 parent df70a93 commit a9715c2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/NewCommand.php

-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ protected function installJetstream(string $directory, string $stack, bool $team
177177
$commands = array_filter([
178178
$this->findComposer().' require laravel/jetstream',
179179
trim(sprintf(PHP_BINARY.' artisan jetstream:install %s %s', $stack, $teams ? '--teams' : '')),
180-
'npm install && npm run build',
181180
PHP_BINARY.' artisan storage:link',
182181
]);
183182

0 commit comments

Comments
 (0)