Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: use NODE_ENV to conditionally install husky (#1310)
See npm's documentation at https://docs.npmjs.com/cli/v8/commands/npm-install#omit > If the resulting omit list includes `'dev'`, then the `NODE_ENV` environment > variable will be set to `'production'` for all lifecycle scripts.
- Loading branch information