mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
[PM-29122] Fix debug build causing slow unlock (#17798)
* Fix debug build causing slow unlock * Cleanup * Fix release mode build actually building debug
This commit is contained in:
@@ -11,4 +11,4 @@ if (isRelease) {
|
||||
process.env.RUST_LOG = 'debug';
|
||||
}
|
||||
|
||||
execSync(`napi build --platform --js false`, { stdio: 'inherit', env: process.env });
|
||||
execSync(`napi build --platform --js false ${isRelease ? '--release' : ''}`, { stdio: 'inherit', env: process.env });
|
||||
|
||||
Reference in New Issue
Block a user