Skip to content

Fix npm package to include UI build in dist/ui/, bump to 1.0.4 #23

Fix npm package to include UI build in dist/ui/, bump to 1.0.4

Fix npm package to include UI build in dist/ui/, bump to 1.0.4 #23

Workflow file for this run

name: CI
on:
push:
branches: ['**']
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 24
cache: npm
- run: npm ci
- name: Build server
run: npm run build:server
- name: Run tests
run: npm test