Skip to content

Commit

Permalink
Merge pull request #3041 from armanbilge/issue/3040
Browse files Browse the repository at this point in the history
  • Loading branch information
djspiewak authored Jun 19, 2022
2 parents b1aa621 + f0f91c0 commit 118d53f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/CI.scala
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ sealed abstract class CI(
jsEnv.fold("")(env => s"set Global / useJSEnv := JSEnv.$env"),
"headerCheck",
"scalafmtSbtCheck",
"scalafmtCheck",
"javafmtCheck",
"scalafmtCheckAll",
"javafmtCheckAll",
"clean"
) ++ testCommands ++ List(
jsEnv.fold("")(_ => s"set Global / useJSEnv := JSEnv.NodeJS"),
Expand Down

0 comments on commit 118d53f

Please sign in to comment.