Skip to content

refactor(sidebar): update ui for sidebar menu #294

refactor(sidebar): update ui for sidebar menu

refactor(sidebar): update ui for sidebar menu #294

Workflow file for this run

name: Test application build
on:
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: "20"
- run: yarn
- run: CI=false npx lerna run build