From 1849cda2f564af6d4e1ce3e380e19777711aaf8d Mon Sep 17 00:00:00 2001 From: ChiaraBm Date: Wed, 14 Jan 2026 16:19:37 +0100 Subject: [PATCH] Added npm install command to nuget publishing action --- .gitea/workflows/publish-nuget.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/publish-nuget.yml b/.gitea/workflows/publish-nuget.yml index bae6ad19..9577099e 100644 --- a/.gitea/workflows/publish-nuget.yml +++ b/.gitea/workflows/publish-nuget.yml @@ -34,7 +34,7 @@ jobs: # Publish frontend - name: Build tailwind styles and extract class list working-directory: Hosts/Moonlight.Frontend.Host/Styles - run: npm run build + run: npm install && npm run build - name: Build project run: dotnet build Moonlight.Frontend --configuration Debug