Skip to content

Commit

Permalink
Try fix missing kotlin folder on gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
hamoid committed Dec 13, 2024
1 parent 46c75f0 commit 023a8e2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,5 @@ val embedSourcesTask by tasks.creating(Task::class) {
}
}

tasks.named("jsRun") {
dependsOn(embedSourcesTask)
}

tasks.named("jsRun") { dependsOn(embedSourcesTask) }
tasks.named("jsBrowserProductionWebpack") { dependsOn(embedSourcesTask)}

0 comments on commit 023a8e2

Please sign in to comment.