Skip to content

Commit 5db5984

Browse files
committed
Add build step to package.json
1 parent 50adeb8 commit 5db5984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/publish-ci/expo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"main": "node_modules/expo/AppEntry.js",
55
"scripts": {
6-
"build": "echo Done",
6+
"build": "expo prebuild --clean -p android && cd android && chmod +x ./gradlew && ./gradlew bundleRelease --no-daemon && cd .. && react-native build-android",
77
"start": "expo start",
88
"android": "expo run:android",
99
"ios": "expo run:ios",

0 commit comments

Comments
 (0)