Skip to content

Commit da07ae3

Browse files
mrpmohiburrahmanyjose
authored andcommitted
Fix:  ERR_PNPM_RECURSIVE_EXEC_FIRST_FAIL  Command "prebuild:development" not found
1 parent 51747ca commit da07ae3

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
@@ -13,6 +13,7 @@
1313
"preinstall": "npx only-allow pnpm",
1414
"start:staging": "cross-env APP_ENV=staging pnpm run start",
1515
"prebuild:staging": "cross-env APP_ENV=staging pnpm run prebuild",
16+
"prebuild:development": "cross-env APP_ENV=development pnpm run prebuild",
1617
"android:staging": "cross-env APP_ENV=staging pnpm run android",
1718
"ios:staging": "cross-env APP_ENV=staging pnpm run ios",
1819
"start:production": "cross-env APP_ENV=production pnpm run start",
@@ -126,4 +127,4 @@
126127
"url": "git+https://github.com/obytes/react-native-template-obytes.git"
127128
},
128129
"packageManager": "[email protected]"
129-
}
130+
}

0 commit comments

Comments
 (0)