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 0f335bd commit 84e19baCopy full SHA for 84e19ba
.husky/pre-commit
@@ -1 +1 @@
1
-yarn lint && yarn lint-staged
+yarn lint && yarn lint-staged && yarn build
src/modules/messaging/domain/usecases/index.ts
@@ -4,5 +4,4 @@ export * from './handlers/system-monitor.handler';
4
export * from './handlers/messaging.handler';
5
export * from './handlers/constant.handler';
6
export * from './services/config-registry.service';
7
-export * from './services/handler-registry.service';
8
export * from './factories/subject.factory';
0 commit comments