Skip to content

Commit

Permalink
Update DOCS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode committed May 14, 2019
1 parent a9075f6 commit 7822a39
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ Git hooks can get parameters via command-line arguments and stdin. `husky` makes

## Disable auto-install

If you don't want `husky` to automatically install Git hooks, simply set `HUSKY_SKIP_INSTALL` environment variable to `true`.
If you don't want `husky` to automatically install Git hooks, simply set `HUSKY_SKIP_INSTALL` environment variable to `1`.

```sh
HUSKY_SKIP_INSTALL=true npm install
HUSKY_SKIP_INSTALL=1 npm install
```

## Multi-package repository (monorepo)
Expand Down Expand Up @@ -86,7 +86,7 @@ _This feature is experimental 🧪. Feedbacks are welcome._

## Debug

It's basic for the moment, but you can use `HUSKY_DEBUG=true` to log debug messages.
It's basic for the moment, but you can use `HUSKY_DEBUG=1` to log debug messages.

## Multiple commands

Expand Down Expand Up @@ -114,4 +114,4 @@ module.exports = {
}
```

Tools like [npm-run-all](https://github.com/mysticatea/npm-run-all) can help too.
Tools like [npm-run-all](https://github.com/mysticatea/npm-run-all) can help too.

0 comments on commit 7822a39

Please sign in to comment.