mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
chore(monorepo/electron): invoke copy-dist
This commit is contained in:
@@ -12,6 +12,14 @@ function log(...args: any[]) {
|
||||
}
|
||||
|
||||
try {
|
||||
/**
|
||||
* Copy the server.
|
||||
*/
|
||||
fs.copySync("../server/build", DEST_DIR);
|
||||
|
||||
/**
|
||||
* Copy assets.
|
||||
*/
|
||||
const assetsToCopy = new Set([
|
||||
"./forge.config.cjs",
|
||||
"./bin/electron-forge/desktop.ejs",
|
||||
|
||||
Reference in New Issue
Block a user