Auto optimize after composer install
This commit is contained in:
parent
40340397e2
commit
b40751a2b9
1 changed files with 1 additions and 2 deletions
|
|
@ -52,8 +52,7 @@ class PostUpdate extends Command
|
|||
|
||||
nlog("finished migrating");
|
||||
|
||||
exec('vendor/bin/composer install --no-dev');
|
||||
exec('vendor/bin/composer dump');
|
||||
exec('vendor/bin/composer install --no-dev -o');
|
||||
|
||||
nlog("finished running composer install ");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue