Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: use NODE_ENV to conditionally install husky #1310

Merged
merged 1 commit into from
Oct 26, 2023

Conversation

forivall
Copy link
Contributor

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.

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.
@typicode
Copy link
Owner

Thank you!

@typicode typicode merged commit 06df89a into typicode:main Oct 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants