Skip to content

Commit c50c153

Browse files
author
Akos Kitta
committed
fix(build): ignore post install scripts - vol2
for example, protoc.
1 parent 72e01ce commit c50c153

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Diff for: electron/packager/index.js

+7-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,13 @@
108108
for (const extension of extensions) {
109109
await exec(
110110
'yarn',
111-
['--network-timeout', '1000000', '--cwd', join(repoRoot, extension)],
111+
[
112+
'--network-timeout',
113+
'1000000',
114+
'--cwd',
115+
join(repoRoot, extension),
116+
'--ignore-scripts',
117+
],
112118
`Building and testing ${extension}`
113119
);
114120
await exec(

0 commit comments

Comments
 (0)