Skip to content

Commit

Permalink
[Windows] Fix plugin installation
Browse files Browse the repository at this point in the history
  • Loading branch information
matheuss committed Oct 31, 2016
1 parent 9dbff52 commit 35df444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ function install(fn) {
env.npm_config_target = '1.3.0';
env.npm_config_disturl = 'https://atom.io/download/atom-shell';
/* eslint-enable camelcase */
exec('npm prune; npm install --production', {
exec('npm prune && npm install --production', {
cwd: path,
env,
shell
Expand Down

0 comments on commit 35df444

Please sign in to comment.