chore: rewrite python script in go (#201)

This commit is contained in:
Hayden 2023-01-06 23:15:59 -08:00 committed by GitHub
parent 891d41b75f
commit 490a0ece86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 75 additions and 71 deletions

View file

@ -26,7 +26,7 @@ tasks:
--modular \
--path ./backend/app/api/static/docs/swagger.json \
--output ./frontend/lib/api/types
- python3 ./scripts/process-types.py ./frontend/lib/api/types/data-contracts.ts
- go run ./scripts/process-types/*.go ./frontend/lib/api/types/data-contracts.ts
sources:
- "./backend/app/api/**/*"
- "./backend/internal/data/**"