From bea599ccccf72eb8ad2010c7054f1d1b740a7512 Mon Sep 17 00:00:00 2001 From: Franco Testagrossa Date: Sat, 11 May 2024 14:15:31 +0200 Subject: [PATCH] Minor formatting changes --- scripts/test-workspaces.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/test-workspaces.sh b/scripts/test-workspaces.sh index 70e15bf..57378b2 100755 --- a/scripts/test-workspaces.sh +++ b/scripts/test-workspaces.sh @@ -1,5 +1,7 @@ #!/bin/bash +set -e + # Get the directory of the root package.json ROOT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && cd .. && pwd )"