Skip to content

Hardcover Recommendations and OAuth (Hotfix) #572

Hardcover Recommendations and OAuth (Hotfix)

Hardcover Recommendations and OAuth (Hotfix) #572

Workflow file for this run

name: Build UI
on:
pull_request:
branches: [ '**' ]
jobs:
build:
name: Build UI
runs-on: windows-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v5
with:
fetch-depth: 1
- name: NodeJS to Compile WebUI
uses: actions/setup-node@v5
with:
node-version: 24
- run: |
cd UI/Web || exit
echo 'Installing web dependencies'
npm ci --legacy-peer-deps
echo 'Building UI'
npm run prod