Explorar el Código

Restoring wwwroot/.gitkeep after build

Lukas Angerer hace 3 años
padre
commit
b57b099181
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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