mirror of
https://github.com/bitwarden/server.git
synced 2024-11-21 12:05:42 +01:00
move attachments and nginx to util folder
This commit is contained in:
parent
1ef76b562f
commit
2d26b5fbbd
@ -4,9 +4,9 @@ echo $dir
|
||||
echo "`nBuilding bitwarden"
|
||||
echo "=================="
|
||||
|
||||
& $dir\util\Server\build.ps1
|
||||
& $dir\src\Api\build.ps1
|
||||
& $dir\src\Identity\build.ps1
|
||||
& $dir\nginx\build.ps1
|
||||
& $dir\attachments\build.ps1
|
||||
& $dir\util\Server\build.ps1
|
||||
& $dir\util\Nginx\build.ps1
|
||||
& $dir\util\Attachments\build.ps1
|
||||
& $dir\util\Setup\build.ps1
|
||||
|
6
build.sh
6
build.sh
@ -6,9 +6,9 @@ DIR="$(dirname $(readlink -f $0))"
|
||||
echo -e "\nBuilding bitwarden"
|
||||
echo -e "=================="
|
||||
|
||||
$DIR/util/Server/build.sh
|
||||
$DIR/src/Api/build.sh
|
||||
$DIR/src/Identity/build.sh
|
||||
$DIR/nginx/build.sh
|
||||
$DIR/attachments/build.sh
|
||||
$DIR/util/Server/build.sh
|
||||
$DIR/util/Nginx/build.sh
|
||||
$DIR/util/Attachments/build.sh
|
||||
$DIR/util/Setup/build.sh
|
||||
|
Loading…
Reference in New Issue
Block a user