We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51747ca commit da07ae3Copy full SHA for da07ae3
package.json
@@ -13,6 +13,7 @@
13
"preinstall": "npx only-allow pnpm",
14
"start:staging": "cross-env APP_ENV=staging pnpm run start",
15
"prebuild:staging": "cross-env APP_ENV=staging pnpm run prebuild",
16
+ "prebuild:development": "cross-env APP_ENV=development pnpm run prebuild",
17
"android:staging": "cross-env APP_ENV=staging pnpm run android",
18
"ios:staging": "cross-env APP_ENV=staging pnpm run ios",
19
"start:production": "cross-env APP_ENV=production pnpm run start",
@@ -126,4 +127,4 @@
126
127
"url": "git+https://github.com/obytes/react-native-template-obytes.git"
128
},
129
"packageManager": "[email protected]"
-}
130
+}
0 commit comments