fix(monorepo/electron): local dependency issues when running electron-forge result

This commit is contained in:
Elian Doran
2025-04-20 09:01:57 +03:00
parent 2a5766312d
commit f73cabc952
2 changed files with 1 additions and 7 deletions

View File

@@ -43,12 +43,6 @@ try {
fs.copySync(dir, path.join(PUBLIC_DIR, path.basename(dir)));
}
/*
* Extract and rebuild the bettersqlite node module.
*/
fs.moveSync(path.join(DEST_DIR, "node_modules/@triliumnext/server/node_modules/better-sqlite3"), path.join(DEST_DIR, "node_modules/better-sqlite3"));
execSync("npm run postinstall", { cwd: DEST_DIR });
console.log("Copying complete!")
} catch(err) {