Runs a build on Expo Application Services (EAS).
Description
Runs a build on Expo Application Services (EAS).
The step runs EXPO_TOKEN=[access_token] npx eas-cli build --platform [platform] --non-interactive [eas_options]
in the provided [work_dir]
.
Add this step directly to your workflow in the Bitrise Workflow Editor.
You can also run this step directly with Bitrise CLI.
Inputs
Key | Description | Flags | Default |
---|---|---|---|
access_token |
Expo Access Token. Visit Expo Documentation to generate one. | required, sensitive | |
platform |
Platform to build. | required | all |
work_dir |
Directory containing the Expo project (app.json ). |
required | $BITRISE_SOURCE_DIR |
eas_options |
Additional options for the eas command. The step runs EXPO_TOKEN=[access_token] npx eas-cli build --platform [platform] --non-interactive , use this input to pass additional option to the command. Example: --profile=development . |
Outputs
There are no outputs defined in this stepWe welcome pull requests and issues against this repository.
For pull requests, work on your changes in a forked repository and use the Bitrise CLI to run step tests locally.
Learn more about developing steps: