mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
Fix eas build
This commit is contained in:
parent
38040ba1d3
commit
ebb3b962a8
@ -7,8 +7,8 @@
|
||||
"android": "expo start --android",
|
||||
"ios": "expo start --ios",
|
||||
"web": "expo start --web",
|
||||
"build": "eas build --profile production --platform android --non-interactive",
|
||||
"build:dev": "eas build --profile development --platform android --non-interactive",
|
||||
"build": "ENTRY_FILE=./index.tsx eas build --profile production --platform android --non-interactive",
|
||||
"build:dev": "ENTRY_FILE=./index.tsx eas build --profile development --platform android --non-interactive",
|
||||
"update": "eas update --auto --channel prod"
|
||||
},
|
||||
"dependencies": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user