1
0
mirror of https://github.com/bitwarden/server synced 2025-12-23 03:33:35 +00:00
Files
server/build.ps1
2017-08-07 11:24:16 -04:00

10 lines
199 B
PowerShell

$dir = Split-Path -Parent $MyInvocation.MyCommand.Path
echo $dir
echo "`nBuilding bitwarden"
echo "=================="
& $dir\src\Api\build.ps1
& $dir\src\Identity\build.ps1
& $dir\nginx\build.ps1