Drupal investigation

build-vendor 218B

12345678910
  1. #!/usr/bin/env bash
  2. set -ev
  3. cd "${BASH_SOURCE%/*}/.."
  4. rm -rf build-vendor
  5. COMPOSER_VENDOR_DIR=build-vendor composer update --prefer-stable --no-dev --no-progress --classmap-authoritative --no-interaction --verbose