Skip to content

Bump the npm_and_yarn group group in /client with 2 updates #6

Bump the npm_and_yarn group group in /client with 2 updates

Bump the npm_and_yarn group group in /client with 2 updates #6

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