adobe / adobe/aio-cli

oclif.manifest.json is not in the source tree

Open Beginner friendly
#843 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
95
Forks
45
PR merge metrics
No merged PRs in 30d

Description

`oclif.manifest.json` does not exist is the source tree. It is handled via the pre/postpack scripts, and therefore shall be removed from `package.json` `.files` list. Having it there breaks packaging tools.

```patch
--- a/package.json
+++ b/package.json
@@ -55,7 +55,6 @@
"files": [
"/bin",
"/src",
- "/oclif.manifest.json",
"/package-lock.json"
],
"homepage": "https://github.com/adobe/aio-cli",
````

Contributor guide

Open the contributing guide

Research direction

Open package.json and inspect the pre/postpack scripts that handle oclif.manifest.json. Confirm how the files list is used by the packaging tools, then verify that the source tree is packaged without expecting this generated manifest. Done means packaging completes without the reported error.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
cli
Issue type
Bug
Difficulty
1/5
Estimated time
Under an hour
Activity status
Active
Clarity
Clearly specified
Newbie friendliness
92/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.