From e17da630868852e367ef38ce6271806d2c18cbc7 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sat, 4 Jul 2020 14:21:49 -0500 Subject: [PATCH] refactor(data): lint SoftwareSyntax.json --- data/lint.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/lint.sh b/data/lint.sh index cd6d933cb..c8f72e9bf 100644 --- a/data/lint.sh +++ b/data/lint.sh @@ -32,3 +32,6 @@ mv Merge.tmp Merge.json jq -S ".|=sort_by(.id)" Software.json > Software.tmp mv Software.tmp Software.json + +jq -S ".|=sort_by(.syntaxId, .softwareId)" SoftwareSyntax.json > SoftwareSyntax.tmp +mv SoftwareSyntax.tmp SoftwareSyntax.json