Skip to content

Commit

Permalink
Remove unfinished LWC generation from the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
khawkins committed Oct 27, 2023
1 parent 8e9a238 commit 9b7076e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/commands/wizard/onboardingWizard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ async function runPostProjectConfigurationSteps(
await AuthorizeCommand.authorizeToOrg();
await BriefcaseCommand.setupBriefcase(extensionUri);
await TemplateChooserCommand.chooseTemplate(extensionUri);
await new LwcGenerationCommand(
extensionUri
).createSObjectLwcQuickActions();

await AuthorizeCommand.authorizeToOrg();
await DeployToOrgCommand.deployToOrg();
Expand Down

0 comments on commit 9b7076e

Please sign in to comment.