build: production profile for highscore-server

This commit is contained in:
2026-08-29 20:50:41 +02:00
parent 8e1a1c91e2
commit d5336a2a92
2 changed files with 23 additions and 1 deletions
+4 -1
View File
@@ -9,7 +9,10 @@ build:
build-release:
cargo build --release
build-production:
build-production-highscore-server:
cargo build --manifest-path highscore-server/Cargo.toml --profile production
build-production: build-production-highscore-server
cargo build --profile production
web-build: