Some basic proto setup #4

Merged
allanger merged 21 commits from account-auth-services into main 2026-04-30 15:23:56 +00:00
Showing only changes of commit d633fdf845 - Show all commits

View File

@@ -25,6 +25,7 @@ steps:
- name: Compile typescript
image: docker.io/library/node:25.9.0-alpine3.22
commands:
- cd ./target
- npm install
- npx tsc
- name: Push the typescrip repo