Merge pull request #8 from DeversiFi/bugfix/restore-install-state-at-the-start-of-inject-build

bugfix: inject-build: storedBuildState handling
This commit is contained in:
Stéphan Kochen
2022-01-25 20:03:26 +01:00
committed by GitHub
+3
View File
@@ -28,6 +28,9 @@ export default class InjectBuildCommand extends Command<CommandContext> {
);
const { project } = await Project.find(configuration, this.context.cwd);
await project.restoreInstallState({
restoreResolutions: false,
});
const report = await StreamReport.start(
{ configuration, stdout: this.context.stdout },
async (report) => {