Searched refs:shouldRepoUpdate (Results 1 – 2 of 2) sorted by relevance
238 shouldRepoUpdate: true,273 shouldRepoUpdate,279 shouldRepoUpdate?: boolean;282 ['install', shouldRepoUpdate ? '--repo-update' : ''].filter(Boolean),
179 shouldRepoUpdate: true,205 async _installAsync({ shouldRepoUpdate, ...props } = {}) { field206 …return await this.runInstallTypeCommandAsync(['install', shouldRepoUpdate ? '--repo-update' : ''].…