Skip to content

refactor: client app to use latest specifications #19

refactor: client app to use latest specifications

refactor: client app to use latest specifications #19

Workflow file for this run

name: Build client app
on:
pull_request:
paths:
- "terracotta/client/app/**"
push:
branches:
- main
paths:
- "terracotta/client/app/**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Build app
run: |
yarn install --frozen-lockfile
yarn build
working-directory: terracotta/client/app
- name: Commit changes
uses: stefanzweifel/[email protected]
with:
commit_message: "[skip ci] Commit latest build"