Skip to content

Commit

Permalink
chore(ui): build package before build
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiinaKin committed Oct 28, 2024
1 parent cab0f8e commit d9a07cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {

frontend {
nodeVersion.set("20.18.0")
assembleScript.set("run build")
assembleScript.set("pnpm run build-packages && pnpm run build")
checkScript.set("run lint")
verboseModeEnabled.set(true)
}
Expand Down

0 comments on commit d9a07cd

Please sign in to comment.