You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when you run blt setup:all, you get sort of "all" the necessary steps to setup a local. This includes the frontend, composer, etc.
However, when you run blt sync:refresh and sync:refresh:all, this action no longer includes the composer installation, frontend compilation, etc. that made blt local:refresh so powerful in previous versions of BLT. This causes major issues, particularly during the configuration import step of sync:refresh, as the composer dependencies can easily be missed if you haven't manually run setup:composer:install prior to running setup:all.
I would suggest that sync:refresh:all be updated to include both setup:composer:install and frontend.
The text was updated successfully, but these errors were encountered:
Currently, when you run blt setup:all, you get sort of "all" the necessary steps to setup a local. This includes the frontend, composer, etc.
However, when you run blt sync:refresh and sync:refresh:all, this action no longer includes the composer installation, frontend compilation, etc. that made blt local:refresh so powerful in previous versions of BLT. This causes major issues, particularly during the configuration import step of sync:refresh, as the composer dependencies can easily be missed if you haven't manually run setup:composer:install prior to running setup:all.
I would suggest that sync:refresh:all be updated to include both setup:composer:install and frontend.
The text was updated successfully, but these errors were encountered: