chore: add tools

This commit is contained in:
DarkSky
2026-01-16 10:53:13 +08:00
parent 8d14607c2b
commit d4581b839a
5 changed files with 214 additions and 0 deletions
+6
View File
@@ -1476,6 +1476,11 @@ export const PackageList = [
name: '@affine/playstore-auto-bump',
workspaceDependencies: ['tools/cli', 'tools/utils'],
},
{
location: 'tools/revert-update',
name: '@affine/revert-update',
workspaceDependencies: ['tools/cli'],
},
{
location: 'tools/utils',
name: '@affine-tools/utils',
@@ -1598,4 +1603,5 @@ export type PackageName =
| '@affine/commitlint-config'
| '@affine/copilot-result'
| '@affine/playstore-auto-bump'
| '@affine/revert-update'
| '@affine-tools/utils';