Fix build issue

This commit is contained in:
yflory 2025-02-26 18:32:22 +01:00
parent c95310c926
commit 674d621af5

View File

@ -50,7 +50,7 @@ Fse.rmSync(oldComponentsPath, { recursive: true, force: true });
].forEach(l => {
let s = l;
if (s === 'tweetnacl') {
s += '-old';
//s += '-old';
}
const source = Path.join("node_modules", s);
const destination = Path.join(componentsPath, l);