Skip to content

Commit 50bf8c8

Browse files
author
Oleksandr Dzhychko
authored
Merge pull request #385 from modelix/fix/ts-model-api-publish-the-contents-of-the-dist-directory
fix(ts-model-api): publish the contents of the `dist` directory
2 parents 48c6097 + 8c7aec3 commit 50bf8c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ts-model-api/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ tasks.named("npm_run_generateKotlin") {
5858
val copyBuildTypeScriptForPackaging = tasks.create<Copy>("copyBuildTypeScriptForPackaging") {
5959
dependsOn(npmRunBuild)
6060
from(projectDir)
61-
include("dist")
61+
include("dist/**")
6262
into(layout.buildDirectory.dir("typeScriptForPackaging"))
6363
}
6464

0 commit comments

Comments
 (0)