Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode committed Jun 5, 2019
1 parent 4942ec4 commit 3fcea1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# CHANGELOG

## Unreleased
## 2.4.0

* Add `HUSKY_SKIP_HOOKS` to skip all hooks

Expand Down
6 changes: 3 additions & 3 deletions DOCS.md
Expand Up @@ -28,12 +28,12 @@ If you don't want `husky` to automatically install Git hooks, simply set `HUSKY_
HUSKY_SKIP_INSTALL=1 npm install
```

## Skip running hooks
## Skip all hooks

If you don't want `husky` to run your hooks, simply set `HUSKY_SKIP_HOOKS` environment variable to `1`.
During a rebase you may want to skip all hooks, you can set `HUSKY_SKIP_HOOKS` environment variable to `1`.

```sh
HUSKY_SKIP_HOOKS=1 git checkout
HUSKY_SKIP_HOOKS=1 git rebase ...
```

## Multi-package repository (monorepo)
Expand Down

0 comments on commit 3fcea1c

Please sign in to comment.