--- kind: pipeline type: docker name: client steps: - name: build image: node:19.4-alpine commands: - cd glebby-client - npm install - npm run build