docs.expo.dev/build-refere...
{
"cli": {
"appVersionSource": "remote"
},
"build": {
"development": {
},
"preview": {
},
"production": {
"autoIncrement": true
}
}
}
docs.expo.dev/build-refere...
{
"cli": {
"appVersionSource": "remote"
},
"build": {
"development": {
},
"preview": {
},
"production": {
"autoIncrement": true
}
}
}
After that you could just put it as a script in the package.json file
f.e call npm run update-config
Which calls the script and commits/pushes the current changes
After that you could just put it as a script in the package.json file
f.e call npm run update-config
Which calls the script and commits/pushes the current changes