Skip to content

Commit 316575a

Browse files
committed
perf(glob): use fs-extra in load packages
1 parent 4b73638 commit 316575a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/git.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ export const setVersion = (
142142

143143
glob(['package.json', ...targets], {
144144
expandDirectories: false,
145+
fs
145146
}).then(async (packages) => {
146147
await versionBump({
147148
files: packages,

0 commit comments

Comments
 (0)