mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-29 04:35:43 +08:00
ci: attempt to fix versions again
This commit is contained in:
@@ -52,7 +52,7 @@ packages.forEach(package => {
|
||||
|
||||
execSync(`git add ${packageJsonPath}`);
|
||||
|
||||
execSync(`git commit -m "chore(${packageJsonContents.name.replace('@react-native-firebase/', '')}): update core peer dependency to v${firebaseAppPackageVersion} [publish]"`);
|
||||
execSync(`git commit -m "build(${packageJsonContents.name.replace('@react-native-firebase/', '')}): update core peer dependency to v${firebaseAppPackageVersion} [publish]"`);
|
||||
|
||||
console.log(
|
||||
`Updated '${firebaseAppPackageName}' peer dependency on package`,
|
||||
|
||||
Reference in New Issue
Block a user