Skip to content

update phase 2.4 features working on web and mobile #36

update phase 2.4 features working on web and mobile

update phase 2.4 features working on web and mobile #36

Workflow file for this run

name: Node.js CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
- name: Install dependencies
run: pnpm install
- name: Build UI
run: pnpm --filter @cleanshare/ui build