mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 14:53:33 +00:00
signMac is a gulp task
This commit is contained in:
@@ -15,7 +15,7 @@ async function run(context) {
|
||||
|
||||
if (macBuild) {
|
||||
console.log('### Sign Safari App Extension');
|
||||
const proc = child.spawn('npm', ['run', 'signMac']);
|
||||
const proc = child.spawn('gulp', ['signMac']);
|
||||
stdOutProc(proc);
|
||||
await new Promise((resolve) => proc.on('close', resolve));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user