File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ protected function installLivewireStack()
233
233
234
234
$ this ->line ('' );
235
235
$ 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. ' );
237
237
}
238
238
239
239
/**
@@ -421,7 +421,7 @@ protected function installInertiaStack()
421
421
422
422
$ this ->line ('' );
423
423
$ 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. ' );
425
425
}
426
426
427
427
/**
You can’t perform that action at this time.
0 commit comments