Skip to content

Commit 1126fac

Browse files
committed
chore: fix eas cli command
1 parent f1e9c3e commit 1126fac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"android": "expo start --android",
88
"ios": "expo start --ios",
99
"web": "expo start --web",
10-
"upload": "npx eas@latest -y update"
10+
"upload": "npx eas-cli@latest -y update"
1111
},
1212
"dependencies": {
1313
"@expo/metro-runtime": "~4.0.1",

0 commit comments

Comments
 (0)