Run browserify with --silent

This commit is contained in:
Kevin Sawicki 2016-11-03 14:07:01 -07:00
parent e0afb814aa
commit 3e34760eef

View file

@ -443,6 +443,7 @@
'action': [ 'action': [
'npm', 'npm',
'run', 'run',
'--silent',
'browserify', 'browserify',
'--', '--',
'lib/sandboxed_renderer/init.js', 'lib/sandboxed_renderer/init.js',