Fixed nuget package build failing after changing shadcnblazor class list location
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user