Skip to content

Commit 72e01ce

Browse files
author
Akos Kitta
committed
fix(build): ignore post install scripts
for example, protoc. Signed-off-by: Akos Kitta <[email protected]>
1 parent ccc3801 commit 72e01ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: electron/packager/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ ${fs
276276
join(repoRoot, 'electron', 'build'),
277277
'--registry',
278278
'http://localhost:4873',
279+
'--ignore-scripts',
279280
],
280281
'Installing dependencies'
281282
);

0 commit comments

Comments
 (0)