In some project the user is allowed to install by yourself custom plugins. But after a new deploy the plugins directory are deleted and the scripts only install plugins defined on wp-package/composer.json . The environment/bin/install script could have an argument to keep the plugins directory and only update the composer.json.
In some project the user is allowed to install by yourself custom plugins. But after a new deploy the plugins directory are deleted and the scripts only install plugins defined on
wp-package/composer.json. Theenvironment/bin/installscript could have an argument to keep the plugins directory and only update the composer.json.