mirror of
https://github.com/zadam/trilium.git
synced 2025-10-28 16:56:34 +01:00
chore(dx/server): fix missing path to client
This commit is contained in:
@@ -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/");
|
||||
|
||||
Reference in New Issue
Block a user