diff --git a/README.md b/README.md index 864f5a3..21b994c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A GitHub action that evaluates projects with [Stylelint](https://stylelint.io/) ## Development -⚠️ Github actions will run `dist/index.js` to execute this action, so you *must run* `npm run pack` and commit the changes made at `dist/index.js` if you want to apply any changes. ⚠️ +⚠️ Github actions will run `dist/index.js` to execute this action, so this repo has a git hook `pre-commit` that automatically *runs* `npm run pack` and add to commit the changes made at `dist/index.js` to apply any changes. ⚠️ Install the dependencies ```bash