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