Skip to content

Commit d1c36a9

Browse files
author
John Haley
committed
Download all dev dependencies before build
Some dev dependencies were slipping through the cracks during an atom-shell or nw.js install. For now we'll just download all dev dependencies before a build just in case.
1 parent f6d6db7 commit d1c36a9

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)