steps: - name: client_fmt image: node commands: - cd starkingdoms-client - yarn - yarn prettier . --check - name: client_build depends_on: - client_fmt image: node commands: - cd starkingdoms-client - yarn - yarn build - cd dist - tar cJvf client.tar.xz *