Some RLC packages missed these two configs
"review/",
"CHANGELOG.md"
in files:[] under pacakge.json after ESM migration.
and this fails JS automation if we update related configs in spec PR
expected files in package.json:
"files": [
"dist/",
"README.md",
"LICENSE",
"review/",
"CHANGELOG.md"
],
current files in package.json:
"files": [
"dist/",
"README.md",
"LICENSE"
],