mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-11 23:26:30 +08:00
feat: add new tool
This commit is contained in:
@@ -1474,6 +1474,11 @@ export const PackageList = [
|
||||
name: '@affine/copilot-result',
|
||||
workspaceDependencies: [],
|
||||
},
|
||||
{
|
||||
location: 'tools/doc-diff',
|
||||
name: '@affine/doc-diff',
|
||||
workspaceDependencies: ['tools/cli'],
|
||||
},
|
||||
{
|
||||
location: 'tools/playstore-auto-bump',
|
||||
name: '@affine/playstore-auto-bump',
|
||||
@@ -1605,6 +1610,7 @@ export type PackageName =
|
||||
| '@affine-tools/cli'
|
||||
| '@affine/commitlint-config'
|
||||
| '@affine/copilot-result'
|
||||
| '@affine/doc-diff'
|
||||
| '@affine/playstore-auto-bump'
|
||||
| '@affine/revert-update'
|
||||
| '@affine-tools/utils';
|
||||
|
||||
Reference in New Issue
Block a user