Update packages/cli/src/modules/build/alpha.ts
Signed-off-by: Aramis Sennyey <159921952+aramissennyeydd@users.noreply.github.com>
This commit is contained in:
committed by
aramissennyeydd
parent
b9401a132a
commit
f5176191a7
@@ -106,7 +106,6 @@ export const buildPlugin = createCliPlugin({
|
||||
'Force workspace output to be a result of running `yarn pack` on each package (warning: very slow)',
|
||||
)
|
||||
.action(lazy(() => import('./commands/buildWorkspace'), 'default'));
|
||||
console.log(args);
|
||||
await defaultCommand.parseAsync(args, { from: 'user' });
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user