🔨 Generate frontend SDK on pre-commit, remove custom workflow (#2111)

This commit is contained in:
Sebastián Ramírez
2026-01-22 11:10:01 -08:00
committed by GitHub
parent da603ebaac
commit 0564d65041
4 changed files with 10 additions and 56 deletions

View File

@@ -39,3 +39,10 @@ repos:
require_serial: true
language: unsupported
types: [python]
- id: generate-frontend-sdk
name: Generate Frontend SDK
entry: bash ./scripts/generate-client.sh
pass_filenames: false
language: unsupported
files: ^backend/.*$|^scripts/generate-client\.sh$