Skip to content

Commit 56ad3b7

Browse files
fix: fixed packageXml generation
1 parent b926ee0 commit 56ad3b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils/generatePackageXml.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ export class generatePackageXml {
3838
<Package xmlns="http://soap.sforce.com/2006/04/metadata">
3939
${apexXml}
4040
${lwcXml}
41+
${additionalTypes}
4142
<version>57.0</version>
4243
</Package>
4344
`;

0 commit comments

Comments
 (0)