diff --git a/.husky/commit-msg b/.husky/commit-msg index ba8a044..fe4c17a 100755 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,4 +1,4 @@ #!/bin/sh . "$(dirname "$0")/_/husky.sh" -npx commitlint -E HUSKY_GIT_PARAMS +npx --no-install commitlint --edit "" diff --git a/README.md b/README.md index 635d5fc..9fd682b 100644 --- a/README.md +++ b/README.md @@ -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