mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
10 lines
199 B
PowerShell
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
|