mirror of
https://github.com/Expand-sys/ccash-client-js
synced 2026-03-22 12:27:09 +11:00
docs: remove README todos
This commit is contained in:
parent
80f106c113
commit
fde27fb2e2
2 changed files with 1 additions and 7 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
. "$(dirname "$0")/_/husky.sh"
|
||||
|
||||
npx commitlint -E HUSKY_GIT_PARAMS
|
||||
npx --no-install commitlint --edit ""
|
||||
|
|
|
|||
|
|
@ -39,9 +39,3 @@ Run `yarn start` to run the examples from their corresponding directory.
|
|||
- Format source code w/ prettier: `yarn format`
|
||||
|
||||
- Test source units w/ jest: `yarn test`
|
||||
|
||||
## TODO
|
||||
|
||||
- Add CI/CD
|
||||
|
||||
- Publish to npm
|
||||
|
|
|
|||
Loading…
Reference in a new issue