Skip to content

Commit dd44acd

Browse files
committed
feat(ci): export default settings and min/max limits
1 parent 11f4233 commit dd44acd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

packages/ci/src/index.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,9 @@ export {
77
} from './lib/monorepo/index.js';
88
export { runInCI } from './lib/run.js';
99
export { configPatternsSchema } from './lib/schemas.js';
10-
export { parseConfigPatternsFromString } from './lib/settings.js';
10+
export {
11+
DEFAULT_SETTINGS,
12+
MAX_SEARCH_COMMITS,
13+
MIN_SEARCH_COMMITS,
14+
parseConfigPatternsFromString,
15+
} from './lib/settings.js';

0 commit comments

Comments
 (0)