Skip to content

Commit 9b2d48a

Browse files
committed
Attempt to fix the deploy example pipeline no longer working
1 parent 2f7d23d commit 9b2d48a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"pods": "cd example && pod-install --quiet",
3333
"bootstrap": "yarn example && yarn && yarn pods",
3434
"prepack": "bob build",
35-
"build-example": "cd example && npx expo export --platform web"
35+
"build-example": "cd example && npx expo export:web"
3636
},
3737
"keywords": [
3838
"react-native",

0 commit comments

Comments
 (0)