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",
oclif.manifest.jsondoes not exist is the source tree. It is handled via the pre/postpack scripts, and therefore shall be removed frompackage.json.fileslist. Having it there breaks packaging tools.