Skip to content

Commit b6ea356

Browse files
committed
Fix glob copy default options
1 parent 7bb0648 commit b6ea356

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/utils/glob-copy.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ interface GlobCopyOptions extends FsCopyOptions {
1010

1111
const defaultOptions: GlobCopyOptions = {
1212
flat: false,
13+
overwrite: true,
1314
cwd: process.cwd(),
1415
};
1516

0 commit comments

Comments
 (0)