Skip to content

Fixed the theme after component unmounted #23

Fixed the theme after component unmounted

Fixed the theme after component unmounted #23

Workflow file for this run

name: Verify
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
build:
name: Verify
runs-on: ubuntu-latest
steps:
- name: 🌍 Setup Repository
uses: actions/checkout@v4
- name: 📦 Install dependencies
run: |
npm install -g pnpm
pnpm install
pnpm add @manasai/events --filter ui --workspace
pnpm add @manasai/events --filter api --workspace
- name: 🧹 Lint
run: pnpm lint
- name: 🔨 Build
run: pnpm build