We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b691ab1 commit 49463aaCopy full SHA for 49463aa
build-typescript.sh
@@ -1,3 +1,4 @@
1
+set -e
2
readarray -t arr < <(jq -r '.[] | keys | .[]' info.json);
3
for i in "${arr[@]}"
4
do
0 commit comments