mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 01:03:35 +00:00
remove comment related to sandbox flag (outdated)
This commit is contained in:
@@ -30,8 +30,7 @@ function buildNapiModule(target, release = true) {
|
||||
const releaseArg = release ? "--release" : "";
|
||||
child_process.execSync(`npm run build -- ${releaseArg} ${targetArg}`, {
|
||||
stdio: 'inherit',
|
||||
cwd: path.join(__dirname, "napi"),
|
||||
env: process.env // Pass environment variables including SANDBOX_BUILD
|
||||
cwd: path.join(__dirname, "napi")
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user