| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a9b6bd9 commit 4510dae
4 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -256,6 +256,7 @@ export default class UpdateCommandModule extends CommandModule<UpdateCommandArgs | |||
| 256 | 256 | verbose: options.verbose, | |
| 257 | 257 | packageManager: packageManager.name, | |
| 258 | 258 | packages: [], | |
| 259 | + workspaceRoot: this.context.root, | ||
| 259 | 260 | }, | |
| 260 | 261 | ); | |
| 261 | 262 | ||
@@ -519,6 +520,7 @@ export default class UpdateCommandModule extends CommandModule<UpdateCommandArgs | |||
| 519 | 520 | next: options.next, | |
| 520 | 521 | packageManager: this.context.packageManager.name, | |
| 521 | 522 | packages: packagesToUpdate, | |
| 523 | + workspaceRoot: this.context.root, | ||
| 522 | 524 | }, | |
| 523 | 525 | ); | |
| 524 | 526 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments