Skip to content

The "flie" configuration in package.json of some RLC packages is missing the apiView and changelog configs #33575

@kazrael2119

Description

@kazrael2119

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"
  ],

Metadata

Metadata

Assignees

Labels

ClientThis issue points to a problem in the data-plane of the library.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions