Skip to content

Move meta.xml to reference, and refactor sidebar #122

Move meta.xml to reference, and refactor sidebar

Move meta.xml to reference, and refactor sidebar #122

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: Install dependencies and build
working-directory: ./web
run: |
npm install
npm run build