diff --git a/README.md b/README.md index 58be467a..75bf43fc 100644 --- a/README.md +++ b/README.md @@ -200,6 +200,7 @@ using the matched rule and runs it. Rules enabled by default are as follows: * `mkdir_p` – adds `-p` when you trying to create directory without parent; * `mvn_no_command` – adds `clean package` to `mvn`; * `mvn_unknown_lifecycle_phase` – fixes misspelled lifecycle phases with `mvn`; +* `npm_missing_script` – fixes `npm` custom script name in `npm run-script