tweaselORG / cli

Command-line tool for the libraries of the tweasel project.
MIT License
4 stars 0 forks source link

Follow oclif recommendations for `scripts` in `package.json` #18

Closed baltpeter closed 1 year ago

baltpeter commented 1 year ago

Otherwise, it will generate an outdated README.

zner0L commented 1 year ago

It is already part of build. Is that not enough?

baltpeter commented 1 year ago

Again, don't code while tired. :D

baltpeter commented 1 year ago

Actually, we should just follow the recommendations in https://github.com/oclif/hello-world/blob/7b1d46ddf03cb1c1bb147b4bb341b273f75124bf/package.json#L62-L70. You aren't supposed to keep the manifest around.

baltpeter commented 1 year ago

Observation: The README is created based on the contents of dist not src, so I need to add a yarn build to the precommit for the README to be correct.