eas-build-cache-provider
v16.4.2
Published
A build cache provider plugin for the Expo CLI
Maintainers
Keywords
Readme
eas-build-cache-provider
A build cache provider plugin for the Expo CLI
To use the EAS remote build provider plugin, install the eas-build-cache-provider package as a developer dependency:
npm install --save-dev eas-build-cache-providerThen, update your app.json to include the buildCacheProvider property and its provider under experiments:
{
"expo": {
...
"experiments": {
"buildCacheProvider": "eas"
}
}
}