mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-12-08 11:45:30 -05: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");
|
nlog("finished migrating");
|
||||||
|
|
||||||
exec('vendor/bin/composer install --no-dev');
|
exec('vendor/bin/composer install --no-dev -o');
|
||||||
exec('vendor/bin/composer dump');
|
|
||||||
|
|
||||||
nlog("finished running composer install ");
|
nlog("finished running composer install ");
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user