Skip to content

Commit 5360100

Browse files
mrpmohiburrahmanasdolo
authored andcommitted
Fix:  ERR_PNPM_RECURSIVE_EXEC_FIRST_FAIL  Command "prebuild:development" not found
1 parent 125bac1 commit 5360100

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"submit:qa:mobile": "cross-env APP_ENV=qa eas submit --profile qa",
2727
"start:staging": "cross-env APP_ENV=staging pnpm run start",
2828
"prebuild:staging": "cross-env APP_ENV=staging pnpm run prebuild",
29+
"prebuild:development": "cross-env APP_ENV=development pnpm run prebuild",
2930
"android:staging": "cross-env APP_ENV=staging pnpm run android",
3031
"ios:staging": "cross-env APP_ENV=staging pnpm run ios",
3132
"web:staging": "cross-env APP_ENV=staging pnpm run web",

0 commit comments

Comments
 (0)