Skip to content

Commit 270f295

Browse files
committed
fix3
1 parent 9653cd9 commit 270f295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/helpers/readCypressConfigUtil.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ exports.convertTsConfig = (bsConfig, cypress_config_filepath, bstack_node_module
103103

104104
// Clean up the temporary tsconfig file
105105
if (fs.existsSync(tempTsConfigPath)) {
106-
fs.unlinkSync(tempTsConfigPath);
106+
// fs.unlinkSync(tempTsConfigPath);
107107
logger.info(`Temporary tsconfig file removed: ${tempTsConfigPath}`);
108108
}
109109

0 commit comments

Comments
 (0)