Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

‎electron/packager/index.js‎

Lines changed: 7 additions & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /