We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 48c6097 + 8c7aec3 commit 50bf8c8Copy full SHA for 50bf8c8
ts-model-api/build.gradle.kts
@@ -58,7 +58,7 @@ tasks.named("npm_run_generateKotlin") {
58
val copyBuildTypeScriptForPackaging = tasks.create<Copy>("copyBuildTypeScriptForPackaging") {
59
dependsOn(npmRunBuild)
60
from(projectDir)
61
- include("dist")
+ include("dist/**")
62
into(layout.buildDirectory.dir("typeScriptForPackaging"))
63
}
64
0 commit comments