eas build -p android --profile build
I am using the above command, but it takes 10-15 mins to compress file and then starts uploading 2.1gb file, while the whole project is default. whole size of my folder doesn't go above 300mb.
{
"cli": {
"version": ">= 3.8.0"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal",
"ios": {
"resourceClass": "m-medium"
}
},
"preview": {
"distribution": "internal",
"ios": {
"resourceClass": "m-medium"
}
},
"production": {
"ios": {
"resourceClass": "m-medium"
}
}
},
"submit": {
"production": {}
}
}
i tried updating all packages and everything, and it works on different pc