Skip to content

Revert "Revert "initial work to shifting over to MUI from antd for be… #201

Revert "Revert "initial work to shifting over to MUI from antd for be…

Revert "Revert "initial work to shifting over to MUI from antd for be… #201

name: Test build client
on:
push:
branches-ignore:
- main
- dev
- staging
jobs:
test_build:
name: test client build
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./client
steps:
- uses: actions/checkout@v3
- name: install dependencies
run: yarn install
- name: build
run: |
CI=false
yarn build