Skip to content

chore(react): seperate react library #93

chore(react): seperate react library

chore(react): seperate react library #93

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup
uses: ./.github/actions/setup
- name: Build all packages and apps
run: yarn build