Get all the fonts for the release matrix

This commit is contained in:
Ryan L McIntyre 2021-12-31 06:54:14 -08:00
parent 7648367146
commit bd8f3c56eb

View file

@ -14,7 +14,10 @@ main() {
# echo "${json[@]}" # echo "${json[@]}"
# @TODO uncomment and use FULL set once kinks worked out for Release Candidate Workflow # @TODO uncomment and use FULL set once kinks worked out for Release Candidate Workflow
# jq '.fonts | .[] | .folderName' lib/fonts.json | jq -sc # jq '.fonts | .[] | .folderName' lib/fonts.json | jq -sc
jq '.fonts | .[] | .folderName' lib/fonts-small-subset.json | jq -sc # for testing:
# jq '.fonts | .[] | .folderName' lib/fonts-small-subset.json | jq -sc
# do all the fonts:
jq '.fonts | .[] | .folderName' lib/fonts.json | jq -sc
} }
main; exit main; exit