mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 04:48:53 +00:00
fix(tools): patch monorepo tools (#9285)
This commit is contained in:
@@ -38,10 +38,18 @@ export abstract class PackageCommand extends Command {
|
||||
);
|
||||
}
|
||||
|
||||
deps = Option.Boolean('--deps', false, {
|
||||
protected _deps = Option.Boolean('--deps', false, {
|
||||
description:
|
||||
'Execute the same command in workspace dependencies, if defined.',
|
||||
});
|
||||
|
||||
get deps() {
|
||||
return this._deps;
|
||||
}
|
||||
|
||||
waitDeps = Option.Boolean('--wait-deps', false, {
|
||||
description: 'Wait for dependencies to be ready before running the command',
|
||||
});
|
||||
}
|
||||
|
||||
export abstract class PackagesCommand extends Command {
|
||||
|
||||
Reference in New Issue
Block a user