docs: remove README todos

This commit is contained in:
Luke Bennett 2021-06-13 03:21:32 +01:00
parent 80f106c113
commit fde27fb2e2
No known key found for this signature in database
GPG key ID: A738E9C68D3BF31A
2 changed files with 1 additions and 7 deletions

View file

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/sh
. "$(dirname "$0")/_/husky.sh" . "$(dirname "$0")/_/husky.sh"
npx commitlint -E HUSKY_GIT_PARAMS npx --no-install commitlint --edit ""

View file

@ -39,9 +39,3 @@ Run `yarn start` to run the examples from their corresponding directory.
- Format source code w/ prettier: `yarn format` - Format source code w/ prettier: `yarn format`
- Test source units w/ jest: `yarn test` - Test source units w/ jest: `yarn test`
## TODO
- Add CI/CD
- Publish to npm