Revert "style: lint"

This reverts commit 98f40d7d0b.
This commit is contained in:
Neko Ayaka
2026-08-26 20:13:10 +08:00
parent cfcfc513ef
commit 146b3da65a
1625 changed files with 75440 additions and 75453 deletions
+4 -4
View File
@@ -60,15 +60,15 @@ async function syncIOSVersion(version: string) {
}
export default defineConfig({
all: true,
recursive: true,
commit: 'release: v%s',
sign: false,
push: false,
all: true,
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,
})