Skip to content

Commit 023a8e2

Browse files
committed
Try fix missing kotlin folder on gh-pages
1 parent 46c75f0 commit 023a8e2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

build.gradle.kts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,5 @@ val embedSourcesTask by tasks.creating(Task::class) {
9090
}
9191
}
9292

93-
tasks.named("jsRun") {
94-
dependsOn(embedSourcesTask)
95-
}
96-
93+
tasks.named("jsRun") { dependsOn(embedSourcesTask) }
94+
tasks.named("jsBrowserProductionWebpack") { dependsOn(embedSourcesTask)}

0 commit comments

Comments
 (0)