mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
Fix invalid directory
This commit is contained in:
@@ -17,6 +17,7 @@ function buildProxyBin(target) {
|
||||
}
|
||||
|
||||
if (!crossPlatform) {
|
||||
console.log("Building native modules for the native architecture");
|
||||
buildNapiModule();
|
||||
buildProxyBin();
|
||||
return;
|
||||
@@ -52,6 +53,8 @@ switch (process.platform) {
|
||||
break;
|
||||
}
|
||||
|
||||
console.log("Cross building native modules for the targets: ", targets.map(([target, _]) => target).join(", "));
|
||||
|
||||
fs.mkdirSync(path.join(__dirname, "dist"), { recursive: true });
|
||||
|
||||
targets.forEach(([target, nodeArch]) => {
|
||||
|
||||
Reference in New Issue
Block a user