build: production profile for highscore-server
This commit is contained in:
+4
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user