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 )"