From 2b28376a90e2b2b501fc5131b7e8288c9349fe1c Mon Sep 17 00:00:00 2001 From: andyg5000 Date: Thu, 19 Apr 2018 16:18:15 -0400 Subject: [PATCH] Throw error on patch failure Added composer.json setting to throw an error on patch failures. --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 483713e..1f1133d 100644 --- a/composer.json +++ b/composer.json @@ -98,6 +98,7 @@ "drush/contrib/{$name}": [ "type:drupal-drush" ] - } + }, + "composer-exit-on-patch-failure": true, } }