Skip to content

Commit eb668de

Browse files
mrpmohiburrahmanasdolo
authored andcommitted
Fix:  ERR_PNPM_RECURSIVE_EXEC_FIRST_FAIL  Command "prebuild:development" not found
1 parent 948fa30 commit eb668de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
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",
@@ -157,4 +158,4 @@
157158
"url": "git+https://github.com/rootstrap/react-native-template.git"
158159
},
159160
"packageManager": "[email protected]"
160-
}
161+
}

0 commit comments

Comments
 (0)