Skip to content

Commit

Permalink
Merge pull request #1877 from get10101/chore/build-web-app-with-relea…
Browse files Browse the repository at this point in the history
…se-flag

chore: Build web with release flag
  • Loading branch information
holzeis authored Jan 23, 2024
2 parents 8a73a6a + 3cd9090 commit 30ce5b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ android-release:
web:
cd webapp/frontend && flutter build web

web-release:
cd webapp/frontend && flutter build web --release

# Build Rust library for iOS (debug mode)
ios:
cd mobile/native && CARGO_TARGET_DIR=../../target/ios_debug cargo lipo
Expand Down

0 comments on commit 30ce5b0

Please sign in to comment.