Skip to content

fix: using lowercase webapplications path and updating to latest @salesforce/templates#839

Merged
iowillhoit merged 3 commits intosalesforcecli:mainfrom
k-j-kim:webapplications-lowercase-and-templates-update
Feb 6, 2026
Merged

fix: using lowercase webapplications path and updating to latest @salesforce/templates#839
iowillhoit merged 3 commits intosalesforcecli:mainfrom
k-j-kim:webapplications-lowercase-and-templates-update

Conversation

@k-j-kim
Copy link
Copy Markdown
Collaborator

@k-j-kim k-j-kim commented Feb 6, 2026

What does this PR do?

  • using lowercase webapplications path
  • updating to latest @salesforce/templates

What issues does this PR fix or reference?

@W-21046050@

@k-j-kim k-j-kim requested a review from a team as a code owner February 6, 2026 00:08
@k-j-kim k-j-kim force-pushed the webapplications-lowercase-and-templates-update branch from e2fe6d0 to e2da0d2 Compare February 6, 2026 00:11
Comment on lines +70 to 73
path.join(outputDir, 'MyReactApp', 'MyReactApp.webapplication-meta.xml'),
path.join(outputDir, 'MyReactApp', 'index.html'),
path.join(outputDir, 'MyReactApp', 'webapp.json'),
path.join(outputDir, 'MyReactApp', 'webapplication.json'),
path.join(outputDir, 'MyReactApp', 'package.json'),
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Shinoni @nrkruk FYI, I have cut out a lot of the checks here since we don't want to update the assertions each time we update the content in the package.

I believe these 4 are the core/required files.

@iowillhoit iowillhoit merged commit 2d25e23 into salesforcecli:main Feb 6, 2026
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants