浏览代码

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