From d858f3fd90b0ea174799549dbb2a8955be58f008 Mon Sep 17 00:00:00 2001 From: Tim Perry Date: Wed, 23 Aug 2017 15:11:03 +0200 Subject: [PATCH] Make sure the catch-uncommitted-output script fails if the build fails --- automation/catch-uncommitted-output | 1 + 1 file changed, 1 insertion(+) diff --git a/automation/catch-uncommitted-output b/automation/catch-uncommitted-output index ccbf3bc3..4e2e2c02 100755 --- a/automation/catch-uncommitted-output +++ b/automation/catch-uncommitted-output @@ -1,4 +1,5 @@ #!/bin/sh +set -e npm run build