chore(api): format schema using prettier

This commit is contained in:
jo 2022-04-26 00:22:21 +02:00 committed by Kyle Robbertze
parent bc5e92474e
commit 3d7083f602
1 changed files with 1 additions and 0 deletions

View File

@ -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