Skip to content

Bump nth-check and @svgr/webpack in /client #3

Bump nth-check and @svgr/webpack in /client

Bump nth-check and @svgr/webpack in /client #3

Workflow file for this run

name: Build ClientSideReact
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
working-directory: ./client
run: yarn install
- name: Build
working-directory: ./client
run: yarn build