pipeline: frontend: image: node:16-alpine commands: - cd client && yarn install - cd client && yarn generate backend: image: golang commands: - make -C server build