Change the js dir for proto
All checks were successful
ci/woodpecker/push/go-generate Pipeline was successful
ci/woodpecker/push/js-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:06:10 +02:00
parent b9154d1062
commit b3d0888cc8

View File

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