oclif.manifest.json is not in the source tree

Open Beginner friendly
#843 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

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

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.

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.

--- 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",
Dominant language
JavaScript
Stars
95
Forks
45
Avg merge
29m
Merged PRs (30d)
4

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from adobe/aio-cli

All issues in adobe/aio-cli

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.