We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfac3da commit bf0e26cCopy full SHA for bf0e26c
src/utils/generatePackageXml.ts
@@ -69,7 +69,7 @@ function backupChangeList(apexClasses: string[], lwcComponents: string[]): void
69
fs.writeFileSync(filePath, packageXmlContent.trim());
70
}
71
72
-// remove all this code later --- only for testing
+// remove all this code later --- only for testing
73
const apexClasses = ['MyApexClass1', 'MyApexClass2'];
74
const lwcComponents = ['MyLwcComponent1', 'MyLwcComponent2'];
75
0 commit comments