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

Use husky to manage deps #7

Merged
merged 3 commits into from
Jun 17, 2019
Merged

Use husky to manage deps #7

merged 3 commits into from
Jun 17, 2019

Conversation

damccorm
Copy link
Contributor

@damccorm damccorm commented Jun 5, 2019

I think we can use husky to easily manage what needs to be checked in. It uses git hooks to require that this stuff is run before checkin. This way we also don't need to manually keep track of packages in .gitignore

.gitignore Outdated Show resolved Hide resolved
@bryanmacfarlane
Copy link
Member

I like it

@bryanmacfarlane
Copy link
Member

Looks good to me. @jclem?

@jclem
Copy link

jclem commented Jun 7, 2019

I think we need to add a negative gitignore for node_modules—a lot of developers (myself included) will have node_modules in their global gitignore.

@damccorm
Copy link
Contributor Author

damccorm commented Jun 7, 2019

Makes sense, updated appropriately.

@damccorm damccorm merged commit 075e678 into master Jun 17, 2019
@damccorm damccorm deleted the husky branch June 17, 2019 13:32
maxim-lobanov pushed a commit that referenced this pull request Jun 30, 2021
* regenerate license

* npm run build

* sync branches

* rebuild project

* fix test

Co-authored-by: Dmitry Shibanov <[email protected]>
krzyk pushed a commit to krzyk/setup-node that referenced this pull request Apr 11, 2023
Adding defaults for edgerc credentials
deining pushed a commit to deining/setup-node that referenced this pull request Nov 9, 2023
* Add branch check

* Improve docs
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.

3 participants