Skip to content

Commit 2b0ffff

Browse files
authored
Update package.json
1 parent e585eec commit 2b0ffff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/example-expo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"start": "expo start",
88
"reset-project": "node ./scripts/reset-project.js",
99
"build:android-expo": "expo prebuild --clean --platform android ; cd android ; ./gradlew assembleRelease",
10-
"build:ios-expo": "expo prebuild --clean --platform ios && expo run:ios",
10+
"build:ios-expo": "expo prebuild --clean --platform ios ; expo run:ios",
1111
"android": "expo run:android",
1212
"ios": "expo run:ios",
1313
"web": "expo start --web",

0 commit comments

Comments
 (0)