chore(api): format schema using prettier
This commit is contained in:
parent
bc5e92474e
commit
3d7083f602
|
@ -18,3 +18,4 @@ test: $(VENV)
|
|||
schema: $(VENV)
|
||||
source $(VENV)/bin/activate
|
||||
DJANGO_SETTINGS_MODULE=libretime_api.settings.testing libretime-api spectacular --file schema.yml
|
||||
if command -v npx > /dev/null; then npx prettier --write schema.yml; fi
|
||||
|
|
Loading…
Reference in New Issue