Skip to content

Commit 22349fd

Browse files
committed
chore: fix nodeSetup vs AutostyleTask buildscript dependency issue
1 parent 368401d commit 22349fd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/dist/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,10 @@ tasks.yarnSetup {
441441
mustRunAfter(tasks.withType<AutostyleTask>())
442442
}
443443

444+
tasks.nodeSetup {
445+
mustRunAfter(tasks.withType<AutostyleTask>())
446+
}
447+
444448
val yarn_install = tasks.named<YarnTask>("yarn_install") {
445449
workingDir = xdocs
446450
mustRunAfter(":rat")

0 commit comments

Comments
 (0)