Skip to content

Commit

Permalink
chore: Add web target to justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
holzeis committed Jan 21, 2024
1 parent fdef687 commit ee990ad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ android args="":
android-release:
cd mobile/native && cargo ndk -t armeabi-v7a -t arm64-v8a -o ../android/app/src/main/jniLibs build --release --verbose

# Build flutter webapp for cargo run --bin webapp
web:
cd webapp/frontend && flutter build web

# 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 ee990ad

Please sign in to comment.