Skip to content

Commit

Permalink
chore: added missing flag
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkedzierski committed Oct 22, 2024
1 parent 6dc9921 commit 30f067e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"private": true,
"scripts": {
"eas-build-pre-install": "cd .. && yarn",
"start": "EXPO_NO_TYPESCRIPT_SETUP=1 expo start",
"start": "EXPO_NO_TYPESCRIPT_SETUP=1 expo start --go",
"android": "EXPO_NO_TYPESCRIPT_SETUP=1 expo start --android",
"android:native": "EXPO_NO_TYPESCRIPT_SETUP=1 expo run:android",
"ios:native": "EXPO_NO_TYPESCRIPT_SETUP=1 expo run:ios",
Expand Down

0 comments on commit 30f067e

Please sign in to comment.