We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d980ab commit cdaa5f2Copy full SHA for cdaa5f2
packages/commandkit/src/app/router/CommandsRouter.ts
@@ -305,9 +305,9 @@ export class CommandsRouter {
305
.map((middleware) => middleware.id);
306
307
command.middlewares = [
308
- ...commandSpecificMiddlewares,
309
- ...directorySpecificMiddlewares,
310
...globalMiddlewares,
+ ...directorySpecificMiddlewares,
+ ...commandSpecificMiddlewares,
311
];
312
});
313
}
0 commit comments