Skip to content

.do/build/yarn.sh: Add a check that composerDependencies isn't empty in package.json

https://gitlab.com/consensus.enterprises/misc/drupal-digitalocean-app-platform/-/blob/7fbd636aec051b8af6f35dffab4f69be2902fc49/.do/build/yarn.sh#L17

This will probably throw an error if composerDependencies is empty or has been removed from package.json so we should add a check that it's there and not empty before doing the yarn add.