Skip to content

Refactor item set view into a component, use lux-item-set-list where possible #106

Refactor item set view into a component, use lux-item-set-list where possible

Refactor item set view into a component, use lux-item-set-list where possible #106

Workflow file for this run

name: Build the app
on:
pull_request:
types: [opened, synchronize]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm ci && npm run build