Add a composer dump after install
This commit is contained in:
parent
306838c417
commit
883c11f12b
1 changed files with 1 additions and 0 deletions
|
|
@ -53,6 +53,7 @@ class PostUpdate extends Command
|
|||
nlog("finished migrating");
|
||||
|
||||
exec('vendor/bin/composer install --no-dev');
|
||||
exec('vendor/bin/composer dump');
|
||||
|
||||
nlog("finished running composer install ");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue