added 3 recipes to keep things consistent in the hosted repo
clean: remove temp files used during formatting
format: uses jq to format the files
lint: uses jq to verify all hosted *.json files
This also updates schemas which adds a verbose to see all the files that'll be copied to .schemas - while also adding a lint/verify step to ensure we have well-formed files.
Note: format depends on lint so any files that invalid JSON files will fail.
added 3 recipes to keep things consistent in the hosted repo
clean
: remove temp files used during formattingformat
: usesjq
to format the fileslint
: usesjq
to verify all hosted*.json
filesThis also updates
schemas
which adds a verbose to see all the files that'll be copied to.schemas
- while also adding a lint/verify step to ensure we have well-formed files.Note:
format
depends onlint
so any files that invalid JSON files will fail.