Skip to content

Commit

Permalink
fix(maintenance): missing --no-preInstall arg
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Oct 1, 2019
1 parent 13fbb0b commit 1076de4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/@nodepack/maintenance/src/lib/Maintenance.js
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ class Maintenance {
'build',
'--silent',
'--no-autoNodeEnv',
'--no-preInstall',
], {
cwd: this.cwd,
env: {
Expand Down

0 comments on commit 1076de4

Please sign in to comment.