hackmdio / hackmd-cli

The HackMD/CodiMD Command Line Tool
https://github.com/hackmdio/hackmd-cli
MIT License
113 stars 11 forks source link

pack script deletes a file under version control #15

Closed boneskull closed 2 years ago

boneskull commented 4 years ago

oclif.manifest.json is under version control, but postpack removes it. either the postpack script is wrong, or oclif.manifest.json should not be under version control

boneskull commented 4 years ago

also, I'm not sure if you really want postpack/prepack, or just prepublishOnly

Yukaii commented 2 years ago

It's a script from oclif, and it seems that oclif.manifest.json should only be generated within the build phase and never been committed into version control.