update deploy scripts + dashboard ecosystem

This commit is contained in:
Emily
2025-01-28 15:29:20 +01:00
parent 19b7c7664a
commit 39b8dd84f1
4 changed files with 85 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ async function main() {
if (fs.existsSync(TMP_PATH)) fs.rmSync(TMP_PATH, { force: true, recursive: true });
fs.ensureDirSync(TMP_PATH);
console.log('Creting zip file');
const archive = createZip(TMP_PATH + '/email.zip');
archive.directory(LOCAL_PATH + '/dist', '/dist');