Fixed nuget package build failing after changing shadcnblazor class list location

This commit is contained in:
2026-02-20 09:41:35 +01:00
parent 31cf34ed04
commit 9b9272cd6e

View File

@@ -34,7 +34,7 @@ jobs:
# Publish frontend
# We need to build it first so the class list files generate
- name: Build project
run: dotnet build Moonlight.Frontend --configuration Debug
run: dotnet build Hosts/Moonlight.Frontend.Host --configuration Debug
- name: Build tailwind styles and extract class list
working-directory: Hosts/Moonlight.Frontend.Host/Styles