move composer call before cache ops
This commit is contained in:
parent
90b5792659
commit
688e7fba7a
@ -1,8 +1,8 @@
|
|||||||
@REM Pulls from Master and refreshes the cache
|
@REM Pulls from Master and refreshes the cache
|
||||||
call git pull
|
call git pull
|
||||||
|
call composer update
|
||||||
call php bin/console cache:clear
|
call php bin/console cache:clear
|
||||||
call php bin/console cache:pool:prune
|
call php bin/console cache:pool:prune
|
||||||
call php bin/console cache:warmup
|
call php bin/console cache:warmup
|
||||||
call composer update
|
|
||||||
echo Update complete and changes should now be visible. If not, you may need to recycle application pools.
|
echo Update complete and changes should now be visible. If not, you may need to recycle application pools.
|
||||||
pause
|
pause
|
||||||
Loading…
x
Reference in New Issue
Block a user