chore: fix workflow. build dotnet solution so npm install runs

This commit is contained in:
Stevan Freeborn
2025-12-26 06:33:15 -06:00
parent 7a7222baa7
commit 6886e48167
+4 -2
View File
@@ -27,8 +27,6 @@ jobs:
node-version: lts/*
- name: Install report generator
run: dotnet tool install --global dotnet-reportgenerator-globaltool
- name: Print working directory
run: ls -la
- name: Restore dependencies
run: dotnet restore
- name: Build solution
@@ -59,6 +57,10 @@ jobs:
uses: actions/setup-node@v6
with:
node-version: lts/*
- name: Restore dependencies
run: dotnet restore
- name: Build solution
run: dotnet build --no-restore
- name: Format dotnet solution
run: dotnet format
- name: Lint and format client