Skip to content

Latest commit

 

History

History
32 lines (29 loc) · 433 Bytes

eas-build.md

File metadata and controls

32 lines (29 loc) · 433 Bytes
npm install -g eas-cli
{
  "build": {
    "preview": {
      "android": {
        "buildType": "apk"
      }
    },
    "preview2": {
      "android": {
        "gradleCommand": ":app:assembleRelease"
      }
    },
    "preview3": {
      "developmentClient": true
    },
    "preview4": {
      "distribution": "internal"
    },
    "production": {}
  }
}
eas build -p android --profile preview