Skip to content

Commit

Permalink
Fix cache cleaning in test scope on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrdom committed Nov 1, 2023
1 parent b62ea39 commit f094601
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ object ScalaJSEsbuildPlugin extends AutoPlugin {
FileUtil.forceDelete(
target.value / "streams" / "compile" / "_global" / "esbuildCopyResources"
)
FileUtil.forceDelete(
target.value / "streams" / "test" / "_global" / "esbuildCopyResources"
)
}
}
) ++
Expand Down

0 comments on commit f094601

Please sign in to comment.