mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 17:23:37 +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" : "";
|
const releaseArg = release ? "--release" : "";
|
||||||
child_process.execSync(`npm run build -- ${releaseArg} ${targetArg}`, {
|
child_process.execSync(`npm run build -- ${releaseArg} ${targetArg}`, {
|
||||||
stdio: 'inherit',
|
stdio: 'inherit',
|
||||||
cwd: path.join(__dirname, "napi"),
|
cwd: path.join(__dirname, "napi")
|
||||||
env: process.env // Pass environment variables including SANDBOX_BUILD
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user