Skip to content

Commit 8208483

Browse files
authored
fix typing of shareAll
2 parents 6fc4067 + ea21508 commit 8208483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/mf/src/utils/share-utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ function addSecondaries(secondaries: string[], result: Config, shareObject: Conf
101101
}
102102
}
103103

104-
export function shareAll(config: Config = {}, skip: string[] = [], packageJsonPath = ''): void {
104+
export function shareAll(config: Config = {}, skip: string[] = [], packageJsonPath = ''): Config {
105105

106106
if (!packageJsonPath) {
107107
const stack = callsite();

0 commit comments

Comments
 (0)