Skip to content

Commit

Permalink
[docs] add prebuildCommand to eas.json schema (expo#15953)
Browse files Browse the repository at this point in the history
* [docs] add `prebuildCommand` to eas.json schema

* docs: rephrase

Co-authored-by: Dominik Sokal <[email protected]>

* docs: additional info on prebuildCommand

* docs: fix relative path to prebuild docs

Co-authored-by: Dominik Sokal <[email protected]>
  • Loading branch information
kbrandwijk and dsokal authored Jan 25, 2022
1 parent 003a5b4 commit fdbfa09
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/scripts/schemas/unversioned/eas-json-build-common-schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,16 @@ export default [
'[Learn more about custom development clients](../../clients/introduction).',
],
},
{
name: 'prebuildCommand',
type: 'string',
description: [
'Optional override of the prebuild command used by EAS.',
'For example, you can specify `prebuild --template example-template` to use a custom template.',
'Note: `--platform` and `--non-interactive` will be added automatically by the build engine, so you do not need to specify them manually.',
'[Learn more about prebuild options](../../workflow/expo-cli/#expo-prebuild).'
],
},
{
name: 'node',
type: 'string',
Expand Down

0 comments on commit fdbfa09

Please sign in to comment.