Fixes
This commit is contained in:
parent
92182c94aa
commit
999bf0aebc
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ publishing {
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.register<Copy>("prepareNpmPublication") {
|
tasks.register<Copy>("prepareNpmPublication") {
|
||||||
dependsOn("jsProductionExecutableCompileSync", "jsPackageJson")
|
dependsOn("jsNodeProductionLibraryDistribution", "jsPackageJson")
|
||||||
from("build/js/packages/${project.name}", "README.md")
|
from("build/js/packages/${project.name}", "README.md")
|
||||||
into("build/npm")
|
into("build/npm")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue