Chore: Update versionName 1.2310.31, versionCode 21 and cl tool

This commit is contained in:
bl00dymarie
2023-10-31 13:05:09 +01:00
parent 40fb65ca88
commit d81dbac60c
3 changed files with 3 additions and 9 deletions
-6
View File
@@ -50,14 +50,8 @@ module.exports = () => {
}
const pkgJSON = JSON.parse(fs.readFileSync('./package.json'))
const pkgLockJSON = JSON.parse(fs.readFileSync('./package-lock.json'))
pkgJSON.version = nextVersion
pkgLockJSON.version = nextVersion
fs.writeFileSync('./package.json', JSON.stringify(pkgJSON, null, 2))
fs.writeFileSync(
'./package-lock.json',
JSON.stringify(pkgLockJSON, null, 2)
)
await ReactNativeVersion.version(
{