Skip to content

Commit

Permalink
try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pokey committed Nov 10, 2023
1 parent b1edf25 commit 214213f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common/scripts/my-ts-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function createTempDirectory(baseDir) {

// Function to clean up the temporary directory
function cleanupTempDirectory(tempDir) {
rmdirSync(tempDir, { recursive: true });
rmdirSync(tempDir, { recursive: true, force: true });
}

// Main function to execute the script
Expand Down

0 comments on commit 214213f

Please sign in to comment.