mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 04:48:53 +00:00
chore(tools): add @affine/admin to available packages (#12507)
 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Added '@affine/admin' to the list of selectable packages for development commands. - **Enhancements** - Improved package selection prompt by displaying up to 10 choices at a time for easier navigation. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
@@ -124,6 +124,7 @@ export abstract class PackageSelectorCommand extends Command {
|
||||
name,
|
||||
value: name,
|
||||
})),
|
||||
pageSize: 10,
|
||||
default: '@affine/web',
|
||||
},
|
||||
]);
|
||||
|
||||
@@ -13,6 +13,7 @@ export class DevCommand extends PackageSelectorCommand {
|
||||
'@affine/mobile',
|
||||
'@affine/ios',
|
||||
'@affine/android',
|
||||
'@affine/admin',
|
||||
];
|
||||
|
||||
protected deps = Option.Boolean('--deps', {
|
||||
|
||||
Reference in New Issue
Block a user