Remove proto dir
All checks were successful
ci/woodpecker/push/js-generate Pipeline was successful
ci/woodpecker/push/go-generate Pipeline was successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/repo-checks Pipeline was successful

Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
This commit is contained in:
2026-04-21 22:15:33 +02:00
parent b3d0888cc8
commit ed3bc02006

View File

@@ -19,8 +19,8 @@ steps:
image: bufbuild/buf
commands:
- buf generate
- rm -rf ./target/pkg/*
- cp -r ./gen/ts/* ./target/src
- rm -rf ./target/src/api
- cp -r ./gen/ts/* ./target/src/api
- name: Clone go repo
image: alpine
environment: