-
Notifications
You must be signed in to change notification settings - Fork 2
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
ESM plugin-templates #281
Conversation
This issue has been linked to a new work item: W-14479612 |
There was a problem hiding this 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.
test/utils/templateCommand.nut.ts
Outdated
@@ -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', |
There was a problem hiding this comment.
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?
What does this PR do?
ESM plugin-templates
What issues does this PR fix or reference?