Skip to content

Commit d748df5

Browse files
committed
build: Update buildGUI task to use yarn
- Changed build system for GUI from npm to yarn
1 parent 68a04e8 commit d748df5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ tasks.register<Copy>("copyTools") {
3838
into(layout.buildDirectory.dir("tmp/copyTools/tools"))
3939
}
4040

41-
//tasks.register<Exec>("buildGUI") {
42-
// commandLine("yarn", "idea")
43-
// workingDir(layout.projectDirectory.dir("gui"))
44-
//}
41+
tasks.register<Exec>("buildGUI") {
42+
commandLine("yarn", "idea")
43+
workingDir(layout.projectDirectory.dir("gui"))
44+
}
4545

4646
sourceSets {
4747
main {

0 commit comments

Comments
 (0)