mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-07 20:31:33 +08:00
feat(mobile): adapt new endpoint (#14778)
#### PR Dependency Tree * **PR #14778** 👈 This tree was auto-generated by [Charcoal](https://github.com/danerwilliams/charcoal)
This commit is contained in:
@@ -9,7 +9,7 @@ const PackageRoot = iosPackage.path;
|
||||
|
||||
console.log('[*] PackageRoot', PackageRoot);
|
||||
|
||||
const version = process.argv[2] || '1.23.0'; // Default to 1.23.0 if no version provided
|
||||
const version = process.argv[2] || '1.25.4'; // Default to 1.25.4 if no version provided
|
||||
|
||||
console.log('[*] graphql...');
|
||||
execSync(`${PackageRoot}/apollo-codegen-chore.sh "${version}"`, {
|
||||
|
||||
Reference in New Issue
Block a user