fix(tools): patch monorepo tools (#9285)

This commit is contained in:
forehalo
2024-12-25 04:55:26 +00:00
parent 0acdf62043
commit 2cc7bdfc77
5 changed files with 102 additions and 59 deletions
+2 -1
View File
@@ -25,7 +25,8 @@ export class BundleCommand extends PackageCommand {
static override paths = [['bundle'], ['webpack'], ['pack'], ['bun']];
// bundle is not able to run with deps
override deps = false;
override _deps = false;
override waitDeps = false;
dev = Option.Boolean('--dev,-d', false, {
description: 'Run in Development mode',