diff --git a/git-hooks/commit-msg b/git-hooks/commit-msg index 032ee3f60..ace314c05 100755 --- a/git-hooks/commit-msg +++ b/git-hooks/commit-msg @@ -1 +1,2 @@ +#!/bin/sh npx commitlint --edit $1 \ No newline at end of file diff --git a/packages/geo/src/lib/datasource/shared/datasources/index.ts b/packages/geo/src/lib/datasource/shared/datasources/index.ts index 324ba3528..bb00a607d 100644 --- a/packages/geo/src/lib/datasource/shared/datasources/index.ts +++ b/packages/geo/src/lib/datasource/shared/datasources/index.ts @@ -33,4 +33,3 @@ export * from './cluster-datasource'; export * from './cluster-datasource.interface'; export * from './any-datasource'; export * from './any-datasource.interface'; -export * from './any-datasource.utils';