ece-patches 233 B

12345
  1. #!/usr/bin/env bash
  2. if ! bin/cliq ls vendor/bin/ece-patches; then
  3. echo "The ece-patches tool is not installed. Please ensure you are using Adobe Commerce Cloud before running this command."
  4. fi
  5. bin/cli vendor/bin/ece-patches "$@"