From 47dfccdbe4226b215c377f69d453259ab8f02396 Mon Sep 17 00:00:00 2001
From: Klaus Fischer <klaus.fischer@eloware.com>
Date: Tue, 7 Feb 2023 14:57:26 +0100
Subject: [PATCH] commented

---
 bundle.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bundle.sh b/bundle.sh
index ac9a054..fc85033 100755
--- a/bundle.sh
+++ b/bundle.sh
@@ -1,6 +1,6 @@
 #!/usr/bin/env sh
 
-set -euxo pipefail
+# set -euxo pipefail
 
 node scripts/bundle.js spec/authentication-tags.schema.json dist/authentication-tags.schema.json
 node scripts/bundle.js spec/problems.schema.json            dist/problems.schema.json
-- 
GitLab