mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
Auto optimize after composer install
This commit is contained in:
parent
40340397e2
commit
b40751a2b9
@ -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…
Reference in New Issue
Block a user