[Gradle, JS]Run kotlinNodeJsSetup ad kotlinYarnSetup instead of assemble

This commit is contained in:
Ilya Goncharov
2021-11-22 16:23:46 +03:00
committed by Space
parent e32a1ca562
commit 01deac5e5c
@@ -1075,7 +1075,7 @@ class GeneralKotlin2JsGradlePluginIT : KGPBaseTest() {
} }
""" """
} }
build("assemble") build("kotlinNodeJsSetup", "kotlinYarnSetup")
} }
} }