Skip to content

Merge toolbar overflow fix #2

Merge toolbar overflow fix

Merge toolbar overflow fix #2

Workflow file for this run

name: Build dist artifact
on:
push:
branches: [mobile-friendly-layout-build]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup pnpm
uses: pnpm/action-setup@v4
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: "lts/*"
cache: "pnpm"
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Build with local base path
run: pnpm exec vite build --base=/ui/
- name: Upload dist
uses: actions/upload-artifact@v4
with:
name: dist
path: dist