mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
12 lines
256 B
PowerShell
12 lines
256 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
|
|
& $dir\attachments\build.ps1
|
|
& $dir\util\Setup\build.ps1
|