Skip to content

Commit ff6e052

Browse files
authored
Update install command to display vite build (#1109)
1 parent a4a7f0d commit ff6e052

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/Console/InstallCommand.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ protected function installLivewireStack()
233233

234234
$this->line('');
235235
$this->components->info('Livewire scaffolding installed successfully.');
236-
$this->components->warn('Please execute the [npm install && npm run dev] commands to build your assets.');
236+
$this->components->warn('Please execute the [npm install && npm run build] commands to build your assets.');
237237
}
238238

239239
/**
@@ -421,7 +421,7 @@ protected function installInertiaStack()
421421

422422
$this->line('');
423423
$this->components->info('Inertia scaffolding installed successfully.');
424-
$this->components->warn('Please execute the [npm install && npm run dev] commands to build your assets.');
424+
$this->components->warn('Please execute the [npm install && npm run build] commands to build your assets.');
425425
}
426426

427427
/**

0 commit comments

Comments
 (0)