Yakeen Sewsanker
07/06/2022, 1:15 AMproductionLibrary
for publishing? I have attempted to do the following:
tasks.getByName("publishJsNpmPublicationToNpmjs") {
dependsOn(tasks.getByName("jsBrowserProductionLibraryDistribution"))
doLast {
val jsDir = buildDir.resolve("productionLibrary")
...
}
But jsBrowserProductionLibraryDistribution
does not create productionLibrary
. Any clues to what does?Big Chungus
07/06/2022, 1:50 AMYakeen Sewsanker
07/06/2022, 12:42 PMBig Chungus
07/06/2022, 12:53 PMYakeen Sewsanker
07/18/2022, 7:13 PM