diff --git a/scripts/copy-components.js b/scripts/copy-components.js index 5809bb043..6cd95f3e5 100644 --- a/scripts/copy-components.js +++ b/scripts/copy-components.js @@ -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);