Skip to content

Commit 84e19ba

Browse files
committed
fix: build
1 parent 0f335bd commit 84e19ba

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
yarn lint && yarn lint-staged
1+
yarn lint && yarn lint-staged && yarn build

src/modules/messaging/domain/usecases/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ export * from './handlers/system-monitor.handler';
44
export * from './handlers/messaging.handler';
55
export * from './handlers/constant.handler';
66
export * from './services/config-registry.service';
7-
export * from './services/handler-registry.service';
87
export * from './factories/subject.factory';

0 commit comments

Comments
 (0)