Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
LimeBeck committed May 4, 2024
1 parent 1bcdc38 commit b659f44
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions reveal-kt/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@ tasks.named("jvmJar") {
dependsOn(jsCopyTask)
}

tasks.named("jvmTest") {
dependsOn(jsCopyTask)
}

tasks.named("publish") {
dependsOn(shadow)
}
Expand Down

0 comments on commit b659f44

Please sign in to comment.