aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2024-09-27 23:58:15 +0530
committerAkshay Nair <phenax5@gmail.com>2024-09-29 16:16:39 +0530
commit5d456899ea444301870e1d3c721d139c9251c531 (patch)
treebfb9d7a2d013be8d43a90bd4714147258ee3ddd6 /justfile
parentdda041a9aebc23f7a0576fc4030d06c71fa370d2 (diff)
downloaddaft-launcher-5d456899ea444301870e1d3c721d139c9251c531.tar.gz
daft-launcher-5d456899ea444301870e1d3c721d139c9251c531.zip
Fix too many updates issue with useFavorites + ui changes
Diffstat (limited to '')
-rw-r--r--justfile6
1 files changed, 4 insertions, 2 deletions
diff --git a/justfile b/justfile
index b85492a..7e56d9c 100644
--- a/justfile
+++ b/justfile
@@ -1,9 +1,11 @@
android-setup:
- #!/usr/bin/env sh
sdkmanager "$MY_ANDROID_AVD_PKG" && \
avdmanager create avd -n channels -k "$MY_ANDROID_AVD_PKG" --device 26 --force;
emu:
emulator -gpu swiftshader_indirect @channels
- # emulator -gpu mode @channels
+
+build:
+ bun run react-native build-android --mode release
+