Kaynağa Gözat

Restoring wwwroot/.gitkeep after build

Lukas Angerer 3 yıl önce
ebeveyn
işleme
b57b099181
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      build.ps1

+ 1 - 0
build.ps1

@@ -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