You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to run GitHub actions for "📦 Set Up JDK + Generate Test APK", I am getting the following error
ERR_PNPM_RECURSIVE_EXEC_FIRST_FAIL Command "prebuild:development" not found
Full error log
Prepare all required actions
Getting action download info
Download action repository 'actions/setup-java@v3' (SHA:0ab4596768b603586c0de567f2430c30f5b0d2b0)
Download action repository 'gradle/gradle-build-action@v2' (SHA:a8f75513eafdebd8141bd1cd4e30fcd194af8dfa)
Run ./.github/actions/setup-jdk-generate-apk
Run actions/setup-java@v3
Installed distributions
Creating settings.xml with server-id: github
Writing to /home/runner/.m2/settings.xml
Run gradle/gradle-build-action@v2
Restore Gradle state from cache
Run pnpm prebuild:development
undefined
ERR_PNPM_RECURSIVE_EXEC_FIRST_FAIL Command "prebuild:development" not found
Did you mean "pnpm build:development:ios"?
Error: Process completed with exit code 254.
Steps to reproduce:
You have to run the following file
.github/actions/setup-jdk-generate-apk/action.yml
Expected behavior:
It should run without any errors.
Additional notes:
The package.json is missing the "prebuild:development" script
Tasks
We need to add prebuild:development script just like "prebuild:staging" and "prebuild:production" ,
The text was updated successfully, but these errors were encountered:
Summary:
When trying to run GitHub actions for "📦 Set Up JDK + Generate Test APK", I am getting the following error
Full error log
Steps to reproduce:
You have to run the following file
Expected behavior:
It should run without any errors.
Additional notes:
The package.json is missing the "prebuild:development" script
Tasks
The text was updated successfully, but these errors were encountered: