mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-12 19:49:59 +05:00
Fix build issue
This commit is contained in:
parent
c95310c926
commit
674d621af5
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user