mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 23:52:50 -05:00
build node assets and no trailing admin slash
This commit is contained in:
3
src/Admin/build.sh
Normal file → Executable file
3
src/Admin/build.sh
Normal file → Executable file
@ -9,6 +9,9 @@ echo -e "\nBuilding app"
|
||||
echo ".NET Core version $(dotnet --version)"
|
||||
echo "Clean"
|
||||
dotnet clean $DIR/Admin.csproj -f netcoreapp2.0 -c "Release" -o $DIR/obj/Docker/publish
|
||||
echo "Node Build"
|
||||
npm --prefix $DIR install $DIR
|
||||
gulp --gulpfile $DIR/gulpfile.js build
|
||||
echo "Publish"
|
||||
dotnet publish $DIR/Admin.csproj -f netcoreapp2.0 -c "Release" -o $DIR/obj/Docker/publish
|
||||
|
||||
|
Reference in New Issue
Block a user