Skip to content

Commit 82c159e

Browse files
committed
Merge pull request nodegit#491 from nodegit/just-rebuild
Download all dev dependencies before build
2 parents f6d6db7 + d1c36a9 commit 82c159e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lifecycleScripts/install.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ function build() {
110110
target = "--target=" + nwVersion;
111111
}
112112

113-
return exec("npm install " + builder)
113+
return exec("npm install --ignore-scripts")
114114
.then(function() {
115115
builder = path.resolve(".", "node_modules", ".bin", builder);
116116
builder = builder.replace(/\s/g, "\\$&");

0 commit comments

Comments
 (0)