Skip to content

Commit

Permalink
change build command
Browse files Browse the repository at this point in the history
  • Loading branch information
noumantahir committed Jan 14, 2025
1 parent 01a0780 commit fa82198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
cd android
./gradlew clean
rm -rf ~/.gradle/caches/*
./gradlew build -x lint
./gradlew assembleRelease
- name: Build Android JS Bundle
run: |
yarn run package-android
Expand Down

0 comments on commit fa82198

Please sign in to comment.