Skip to content

Production Build v1.4.0. #86

Production Build v1.4.0.

Production Build v1.4.0. #86

Workflow file for this run

name: Run UI Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
cache: 'yarn'
cache-dependency-path: yarn.lock
- run: yarn && yarn build