revert --ignore-scripts

This commit is contained in:
Guillermo Rauch 2016-07-26 10:51:25 -07:00
parent 5764b31e26
commit 05b491f62c

View file

@ -203,7 +203,7 @@ function install (fn) {
env.npm_config_runtime = 'electron'; env.npm_config_runtime = 'electron';
env.npm_config_target = '1.2.8'; env.npm_config_target = '1.2.8';
env.npm_config_disturl = 'https://atom.io/download/atom-shell'; env.npm_config_disturl = 'https://atom.io/download/atom-shell';
exec('npm prune && npm install --ignore-scripts --production', { exec('npm prune && npm install --production', {
cwd: path, cwd: path,
env: env env: env
}, (err, stdout, stderr) => { }, (err, stdout, stderr) => {