diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8e89e316..22acfc4d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: - id: regen-protobuf name: Regenerate protobuf files files: server/api/ - entry: sh -c "(cd server/api && bash generate.bash)" + entry: bash generate.bash language: system pass_filenames: false stages: [commit]