1
1
mirror of https://github.com/primer/css.git synced 2024-09-11 16:36:07 +03:00

Only 1 line before after

This commit is contained in:
Jon Rohan 2021-05-05 13:15:12 -07:00
parent 93a2e5d338
commit 90826c205b
No known key found for this signature in database
GPG Key ID: B0BBE304A9A0AECB

View File

@ -19,6 +19,6 @@ key=".selectors.values[]"
jq -r $key before.json | sort | uniq > before.txt
jq -r $key after.json | sort | uniq > after.txt
diff -u {before,after}.txt
diff -U 1 {before,after}.txt
rm {before,after}.{json,txt}