aboutsummaryrefslogtreecommitdiff
path: root/server/frontend
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2025-01-17 16:34:31 +0100
committerLinnea Gräf <nea@nea.moe>2025-01-17 16:34:31 +0100
commitbf90a9b8eb85f28fbd2285aaa26316faf9753eb2 (patch)
tree1e3791f0d8cbc9c4b36bd067c04d1849e828fe92 /server/frontend
parent540fb3657dc98bc9ae8dccb9ae32c0c59dd837a6 (diff)
downloadLocalTransactionLedger-master.tar.gz
LocalTransactionLedger-master.tar.bz2
LocalTransactionLedger-master.zip
build: Auto install pnpm dependenciesHEADnightlymaster
Diffstat (limited to 'server/frontend')
-rw-r--r--server/frontend/build.gradle.kts1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/frontend/build.gradle.kts b/server/frontend/build.gradle.kts
index 71b5c27..72fe6ea 100644
--- a/server/frontend/build.gradle.kts
+++ b/server/frontend/build.gradle.kts
@@ -6,6 +6,7 @@ plugins {
}
val webDist by tasks.register("webDist", PnpmTask::class) {
+ dependsOn(tasks.pnpmInstall)
args.addAll("build")
outputs.dir("dist")
}