mirror of
https://github.com/PhotonVision/photonvision
synced 2026-07-06 03:31:41 +00:00
Fix buildAndCopyUI and update build instructions (#2036)
This commit is contained in:
@@ -44,8 +44,13 @@ tasks.register('copyClientUIToResources', Copy) {
|
||||
into "${projectDir}/src/main/resources/web/"
|
||||
}
|
||||
|
||||
tasks.register("buildAndCopyUI") {
|
||||
dependsOn "pnpm_run_build"
|
||||
tasks.register('buildClient', PnpmTask) {
|
||||
args = ["build"]
|
||||
dependsOn "pnpmInstall"
|
||||
}
|
||||
|
||||
tasks.register('buildAndCopyUI') {
|
||||
dependsOn "buildClient"
|
||||
finalizedBy "copyClientUIToResources"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user