mirror of
https://github.com/primer/css.git
synced 2024-11-23 11:27:26 +03:00
rename selector-diff.txt -> .log
This commit is contained in:
parent
e8728e1da5
commit
183f73f3ce
@ -21,5 +21,5 @@ function list_selectors() {
|
||||
jq -r '.cssstats.selectors.values[]' before.json > before.txt
|
||||
jq -r '.selectors.values[]' after.json > after.txt
|
||||
|
||||
(diff before.txt after.txt | tee selector-diff.txt) || log "(no diff!)"
|
||||
(diff before.txt after.txt | tee selector-diff.log) || log "(no diff!)"
|
||||
rm {before,after}.{json,txt}
|
||||
|
Loading…
Reference in New Issue
Block a user