69f3c48b2c
* chore(package.json): add `--tag latest` flag to `npm publish` command in `deploy` script * refactor(cli.ts): add async/await to `prepareCommitMessageHook` and `commit` functions, and check for new version of `opencommit` after commit is made
10 lines
366 B
Markdown
10 lines
366 B
Markdown
# TODOs
|
|
|
|
- [x] set prepare-commit-msg hook
|
|
- [x] show "new version available" message, look into this commit e146d4d cli.ts file
|
|
- [] make bundle smaller by properly configuring esbuild
|
|
- [] [build for both mjs and cjs](https://snyk.io/blog/best-practices-create-modern-npm-package/)
|
|
- [] do // TODOs in the code
|
|
- [] batch small files in one request
|
|
- [] add tests
|