diff --git a/bin/get-db-files-as-json.sh b/bin/get-db-files-as-json.sh index 7ce7462c6..07d2299c1 100755 --- a/bin/get-db-files-as-json.sh +++ b/bin/get-db-files-as-json.sh @@ -1,7 +1,5 @@ #!/bin/bash -set -euxo pipefail - # Use $(...) for command substitution FILES=$(find apps/studio/tests/integration/lib/db -name "*spec.js") # Properly handle newline characters and convert to JSON array