Skip to content

Commit bce8640

Browse files
authored
fix(packaging): update handlePackageJson.ts for amazonQ settings
1 parent b7a89d5 commit bce8640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/toolkit/scripts/build/handlePackageJson.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ function main() {
4141

4242
// Remove Amazon Q extension settings stored in core
4343
Object.keys(coreSettings).forEach(key => {
44-
if (key.startsWith('aws.amazonQ')) {
44+
if (key.startsWith('amazonQ')) {
4545
delete coreSettings[key]
4646
}
4747
})

0 commit comments

Comments
 (0)