chore(monorepo/electron): invoke copy-dist

This commit is contained in:
Elian Doran
2025-04-19 00:17:36 +03:00
parent 183cbc6daf
commit 27465275f6
3 changed files with 13 additions and 2 deletions

View File

@@ -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",