Skip to content

Commit

Permalink
Name target dir with a unique name (#1036)
Browse files Browse the repository at this point in the history
  • Loading branch information
lwronski committed May 23, 2022
1 parent 2f4d46c commit cf77234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -1157,7 +1157,7 @@ object ci extends Module {
def updateScalaCliSetup() = T.command {
val version = cli.publishVersion()

val targetDir = os.pwd / "target"
val targetDir = os.pwd / "target-scala-cli-setup"
val mainDir = targetDir / "scala-cli-setup"
val setupScriptPath = mainDir / "src" / "main.ts"

Expand Down

0 comments on commit cf77234

Please sign in to comment.