Skip to content

Commit fca538d

Browse files
committedOct 15, 2024
Get frontend built by gradle
1 parent bcbd288 commit fca538d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ tasks {
5454
}
5555

5656
tasks.shadowJar {
57-
dependsOn(":web:npm_run_build")
57+
dependsOn(":frontend:npm_run_generate")
5858

59-
from("web/dist") {
59+
from("frontend/.output/public") {
6060
into("static")
6161
}
6262

0 commit comments

Comments
 (0)