We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b219111 commit 95bf9c3Copy full SHA for 95bf9c3
1 file changed
src/Commands/InstallCommand.php
@@ -43,6 +43,9 @@ public function handle(): void
43
$this->call('statamic:make:user');
44
}
45
46
+ $this->info('Running `yarn run prod`...');
47
+ passthru('yarn run prod');
48
+
49
$this->info('Done 🚀');
50
51
0 commit comments