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
When using drupal site:build the command drush cim -y is run which effectively does, in drupal 7 language, features revert all.
This means that if a configuration is change on live it will be lost on the devs vm and consequently on the next release.
So drush cim -y should not run on the VM, it still must run on live however.