소스 검색

Restoring wwwroot/.gitkeep after build

Lukas Angerer 3 년 전
부모
커밋
b57b099181
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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