Project

General

Profile

« Previous | Next » 

Revision 084aea8b

Added by Evgeni Golov almost 3 years ago

call npm install with --no-optional and --no-audit for plugins

speedup all the things, please

View differences:

script/npm_install_plugins.js
const { packageJsonDirs } = require('./plugin_webpack_directories');
packageJsonDirs('pipe').forEach(pluginPath => {
childProcess.spawn('npm', ['i'], {
childProcess.spawn('npm', ['install', '--no-optional', '--no-audit'], {
env: process.env,
cwd: pluginPath,
stdio: 'inherit',

Also available in: Unified diff