Skip to content

Commit

Permalink
Fix upgrade yarn call
Browse files Browse the repository at this point in the history
  • Loading branch information
AlinaNova21 committed Nov 24, 2020
1 parent 3410946 commit e72a150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launcher/launcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func (l *Launcher) Upgrade() error {
if err != nil {
return err
}
return runYarn("up")
return runYarn("up", "*")
}

// Apply applies config without starting
Expand Down

0 comments on commit e72a150

Please sign in to comment.