Skip to content

Commit

Permalink
docs: Hardcode mrm@2 in the documentation (#976)
Browse files Browse the repository at this point in the history
Due to some changed in mrm@3 the entire installation task fails without easily searchable solution. This fixes the problem by hard locking mrm to @2 for as long as it's not solved properly.
  • Loading branch information
Palid committed May 10, 2021
1 parent e5e186d commit 4f9a146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -25,7 +25,7 @@ This project contains a script that will run arbitrary shell tasks with a list o
The fastest way to start using lint-staged is to run the following command in your terminal:

```bash
npx mrm lint-staged
npx mrm@2 lint-staged
```

This command will install and configure [husky](https://github.com/typicode/husky) and lint-staged depending on the code quality tools from your project's `package.json` dependencies, so please make sure you install (`npm install --save-dev`) and configure all code quality tools like [Prettier](https://prettier.io) and [ESLint](https://eslint.org) prior to that.
Expand Down

0 comments on commit 4f9a146

Please sign in to comment.