@@ -4,6 +4,7 @@ $srcPath = (Join-Path $PSScriptRoot "src")
Push-Location (Join-Path $srcPath "RunnersMeet.Client")
ng build --configuration production
+git restore -- :/src/RunnersMeet.Server/wwwroot/.gitkeep
Pop-Location
Push-Location $srcPath