Skip to content

Commit

Permalink
Linking in the lwc code generation command.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbreese committed Nov 15, 2023
1 parent 6b920d5 commit d3a09b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/commands/wizard/onboardingWizard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import { DeployToOrgCommand } from './deployToOrgCommand';
import { ConfigureProjectCommand } from './configureProjectCommand';
import { AuthorizeCommand } from './authorizeCommand';
import { InstructionsWebviewProvider } from '../../webviews/instructions';
import { LwcGenerationCommand } from './lwcGenerationCommand';

const wizardCommand = 'salesforcedx-vscode-offline-app.onboardingWizard';
const onboardingWizardStateKey =
Expand All @@ -28,6 +29,7 @@ async function runPostProjectConfigurationSteps(
await AuthorizeCommand.authorizeToOrg();
await BriefcaseCommand.setupBriefcase(extensionUri);
await TemplateChooserCommand.chooseTemplate(extensionUri);
await LwcGenerationCommand.createSObjectLwcQuickActions(extensionUri);

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

0 comments on commit d3a09b3

Please sign in to comment.