update make file

This commit is contained in:
jojo aquino 2025-04-21 07:53:55 +01:00
parent 42e296bec8
commit 153a3d275d

View File

@ -4,11 +4,15 @@ param(
$OutputDir
)
Remove-Item -Path $OutputDir -Recurse -Force
dotnet publish .\EnotaryoPH\EnotaryoPH.DbMigration\EnotaryoPH.DbMigration.csproj --nologo --output "$OutputDir\migration"
cd EnotaryoPH/EnotaryoPH.Web
npm install --production
dotnet publish EnotaryoPH.Web.csproj --nologo --output $OutputDir
dotnet publish EnotaryoPH.Web.csproj --nologo --output "$OutputDir\web"