Skip to content

Commit

Permalink
ci: try --npm flag to skip user input in expo prebuild command
Browse files Browse the repository at this point in the history
  • Loading branch information
KKA11010 committed May 27, 2024
1 parent 8d1186f commit 04edbf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: npm i

- name: PreBuild Android
run: npx expo prebuild -p android --clean
run: npx expo prebuild -p android --clean --npm

- name: make gradlew executable
run: chmod +x ./android/gradlew
Expand Down

0 comments on commit 04edbf5

Please sign in to comment.