diff options
| author | Akshay Nair <phenax5@gmail.com> | 2024-09-27 23:58:15 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2024-09-29 16:16:39 +0530 |
| commit | 5d456899ea444301870e1d3c721d139c9251c531 (patch) | |
| tree | bfb9d7a2d013be8d43a90bd4714147258ee3ddd6 /justfile | |
| parent | dda041a9aebc23f7a0576fc4030d06c71fa370d2 (diff) | |
| download | daft-launcher-5d456899ea444301870e1d3c721d139c9251c531.tar.gz daft-launcher-5d456899ea444301870e1d3c721d139c9251c531.zip | |
Fix too many updates issue with useFavorites + ui changes
Diffstat (limited to '')
| -rw-r--r-- | justfile | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 + |
