Skip to content

Commit

Permalink
fix: build example
Browse files Browse the repository at this point in the history
  • Loading branch information
arjendevos committed May 10, 2023
1 parent 2829323 commit a8fcf73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"pods": "cd example && pod-install --quiet",
"bootstrap": "yarn example && yarn && yarn pods",
"prepack": "bob build",
"build-example": "cd example && npx expo build:web"
"build-example": "cd example && npx expo export:web"
},
"keywords": [
"react-native",
Expand Down

0 comments on commit a8fcf73

Please sign in to comment.