style: lint

This commit is contained in:
Neko Ayaka
2026-08-26 19:49:58 +08:00
parent e60a04a4ec
commit 98f40d7d0b
1625 changed files with 75216 additions and 75203 deletions
+4 -4
View File
@@ -60,15 +60,15 @@ async function syncIOSVersion(version: string) {
}
export default defineConfig({
recursive: true,
commit: 'release: v%s',
sign: false,
push: false,
all: true,
commit: 'release: v%s',
execute: async (operation) => {
await x('pnpm', ['publish', '-r', '--access', 'public', '--no-git-checks', '--dry-run'])
const nextVersion = operation.state.newVersion
await syncAndroidVersion(nextVersion)
await syncIOSVersion(nextVersion)
},
push: false,
recursive: true,
sign: false,
})