Skip to content

Commit

Permalink
Workaround gradle configuration problem
Browse files Browse the repository at this point in the history
  • Loading branch information
e5l committed Jan 12, 2024
1 parent ce1183a commit c947795
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle.kts
Expand Up @@ -315,3 +315,5 @@ rootProject.plugins.withType(org.jetbrains.kotlin.gradle.targets.js.yarn.YarnPlu
rootProject.the<org.jetbrains.kotlin.gradle.targets.js.yarn.YarnRootExtension>().ignoreScripts = false
}

tasks.getByName("jsBrowserTest").dependsOn("wasmJsTestTestDevelopmentExecutableCompileSync")
tasks.getByName("wasmJsBrowserTest").dependsOn("jsTestTestDevelopmentExecutableCompileSync")

0 comments on commit c947795

Please sign in to comment.