mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 23:29:02 +02:00
chore(dx/server): fix missing path to client
This commit is contained in:
parent
9266fe63b9
commit
3600b46824
@ -54,7 +54,7 @@ function copyAssets() {
|
||||
|
||||
function buildAndCopyClient() {
|
||||
// Trigger the build.
|
||||
child_process.execSync("pnpm build", { cwd: clientDir, stdio: "inherit" });
|
||||
child_process.execSync("pnpm build", { cwd: join(projectDir, "../client"), stdio: "inherit" });
|
||||
|
||||
// Copy the artifacts.
|
||||
copy("../client/dist", "public/");
|
||||
|
Loading…
x
Reference in New Issue
Block a user