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.
package.json
1 parent 50adeb8 commit 5db5984Copy full SHA for 5db5984
examples/publish-ci/expo/package.json
@@ -3,7 +3,7 @@
3
"version": "1.0.0",
4
"main": "node_modules/expo/AppEntry.js",
5
"scripts": {
6
- "build": "echo Done",
+ "build": "expo prebuild --clean -p android && cd android && chmod +x ./gradlew && ./gradlew bundleRelease --no-daemon && cd .. && react-native build-android",
7
"start": "expo start",
8
"android": "expo run:android",
9
"ios": "expo run:ios",
0 commit comments