Skip to content

Commit df87b59

Browse files
committed
fix: overwrite always true
1 parent 3cab842 commit df87b59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export function build(): void {
9797
info(`Found typescript@${typescript.version} at ${typescript.path}`);
9898
info(`Copy typescript@${typescript.version} to ${unleashedDirectory}`);
9999

100-
copySync(typescript.path, unleashedDirectory, { overwrite: forcePatchFlag });
100+
copySync(typescript.path, unleashedDirectory, { overwrite: true });
101101
writeJSONSync(unleashedJSON, typescript);
102102

103103
// Apply all rules

0 commit comments

Comments
 (0)