mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
revert --ignore-scripts
This commit is contained in:
parent
5764b31e26
commit
05b491f62c
1 changed files with 1 additions and 1 deletions
|
|
@ -203,7 +203,7 @@ function install (fn) {
|
|||
env.npm_config_runtime = 'electron';
|
||||
env.npm_config_target = '1.2.8';
|
||||
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,
|
||||
env: env
|
||||
}, (err, stdout, stderr) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue