We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6353676 commit 52de183Copy full SHA for 52de183
.github/workflows/lighthouse.yml
@@ -29,6 +29,10 @@ jobs:
29
- name: Start website
30
shell: pwsh
31
run: |
32
+ Push-Location (Join-Path "src" "Website")
33
+ npm install
34
+ npm run build
35
+ Pop-Location
36
Start-Process nohup 'dotnet run --project ./src/Website/Website.csproj --configuration Release'
37
$StatusCode = 0
38
$Attempts = 0
0 commit comments