mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-15 13:18:40 -09:00
npm: don't run postinstall and friends (friends?)
This commit is contained in:
parent
c4a1423818
commit
bd5e802e1f
1 changed files with 1 additions and 1 deletions
|
|
@ -196,7 +196,7 @@ function install (fn) {
|
||||||
env.npm_config_runtime = 'electron';
|
env.npm_config_runtime = 'electron';
|
||||||
env.npm_config_target = require('./package.json').devDependencies['electron-prebuilt'];
|
env.npm_config_target = require('./package.json').devDependencies['electron-prebuilt'];
|
||||||
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 --production', {
|
exec('npm prune && npm install --ignore-scripts --production', {
|
||||||
cwd: path,
|
cwd: path,
|
||||||
env: env
|
env: env
|
||||||
}, (err, stdout, stderr) => {
|
}, (err, stdout, stderr) => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue