From 2822ea4cf726c26db573a65d4ba7ca029509ac59 Mon Sep 17 00:00:00 2001 From: Emile Nijssen Date: Thu, 25 Jul 2024 10:44:24 +0200 Subject: [PATCH] add -e --- entrypoint.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/entrypoint.sh b/entrypoint.sh index 3456ed6..dfbf306 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,5 +1,7 @@ #!/bin/sh -l +set -e + cd /github/workspace/ npm ci --ignore-scripts