Skip to content

Commit

Permalink
Merge pull request #1589 from jovotech/v4/dev
Browse files Browse the repository at this point in the history
馃敄 Prepare latest release
  • Loading branch information
aswetlow committed Aug 9, 2023
2 parents 0879f81 + 5116333 commit 4aedee3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions platforms/platform-alexa/src/cli/hooks/BuildHook.ts
Expand Up @@ -507,6 +507,17 @@ export class BuildHook extends AlexaHook<BuildPlatformEvents> {
for (const key of Object.keys(publishingInfos)) {
if (!locales.includes(key)) delete publishingInfos[key];
}

_set(
projectFiles,
'skill-package/["skill.json"].manifest.publishingInformation.locales',
publishingInfos,
);
_set(
projectFiles,
'skill-package/["skill.json"].manifest.privacyAndCompliance.locales',
privacyAndCompliances,
);
}

/**
Expand Down

0 comments on commit 4aedee3

Please sign in to comment.