Skip to content

Commit 52de183

Browse files
Run npm build
Build the CSS and JavaScript.
1 parent 6353676 commit 52de183

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/lighthouse.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ jobs:
2929
- name: Start website
3030
shell: pwsh
3131
run: |
32+
Push-Location (Join-Path "src" "Website")
33+
npm install
34+
npm run build
35+
Pop-Location
3236
Start-Process nohup 'dotnet run --project ./src/Website/Website.csproj --configuration Release'
3337
$StatusCode = 0
3438
$Attempts = 0

0 commit comments

Comments
 (0)