mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-17 01:56:27 +08:00
chore(tools): add package selector to dev command (#9328)
This commit is contained in:
@@ -7,7 +7,7 @@ export class BuildCommand extends PackageCommand {
|
||||
const args: string[] = [];
|
||||
|
||||
if (this.deps) {
|
||||
args.push('--deps');
|
||||
args.push('--deps', '--wait-deps');
|
||||
}
|
||||
|
||||
args.push(this.package, 'build');
|
||||
|
||||
Reference in New Issue
Block a user