Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESM plugin-templates #281

Merged
merged 6 commits into from
Nov 14, 2023
Merged

ESM plugin-templates #281

merged 6 commits into from
Nov 14, 2023

Conversation

WillieRuemmele
Copy link
Contributor

What does this PR do?

ESM plugin-templates

What issues does this PR fix or reference?

@WillieRuemmele WillieRuemmele added the enhancement New feature or request label Nov 13, 2023
@WillieRuemmele WillieRuemmele requested a review from a team as a code owner November 13, 2023 15:48
Copy link

git2gus bot commented Nov 13, 2023

This issue has been linked to a new work item: W-14479612

Copy link
Contributor

@mshanemc mshanemc left a comment

Choose a reason for hiding this comment

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

made the change for cli and plugin-settings.

@@ -53,14 +53,16 @@ describe('TemplateCommand', () => {
const TEST_CUSTOM_TEMPLATES_REPO =
'https://github.com/forcedotcom/salesforcedx-templates/tree/main/test/custom-templates';
before(() => {
execCmd(`config:set ${OrgConfigProperties.ORG_CUSTOM_METADATA_TEMPLATES}=${TEST_CUSTOM_TEMPLATES_REPO}`);
execCmd(`config:set ${OrgConfigProperties.ORG_CUSTOM_METADATA_TEMPLATES}=${TEST_CUSTOM_TEMPLATES_REPO}`, {
cli: 'dev',
Copy link
Contributor

Choose a reason for hiding this comment

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

why not say cli: 'sf' so we can drop the devDep for plugin-settings?

@mshanemc mshanemc merged commit 9ec90fb into main Nov 14, 2023
9 checks passed
@mshanemc mshanemc deleted the wr/esm branch November 14, 2023 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request USER STORY
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants