Skip to content

Use husky to manage deps - #7

Merged
damccorm merged 3 commits into
masterfrom
husky
Jun 17, 2019
Merged

Use husky to manage deps#7
damccorm merged 3 commits into
masterfrom
husky

Conversation

@damccorm

Copy link
Copy Markdown
Contributor

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

Comment thread.gitignore Outdated
Comment threaddocs/contributors.md Outdated
@bryanmacfarlane

Copy link
Copy Markdown
Contributor

I like it

@bryanmacfarlane

Copy link
Copy Markdown
Contributor

Looks good to me. @jclem?

@jclem

jclem commented Jun 7, 2019

Copy link
Copy Markdown

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
Copy Markdown
ContributorAuthor

Makes sense, updated appropriately.

@damccorm
damccorm merged commit 075e678 into masterJun 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 <dmitry-shibanov@github.com>
krzyk pushed a commit to krzyk/setup-node that referenced this pull request Apr 11, 2023
deining pushed a commit to deining/setup-node that referenced this pull request Nov 9, 2023
* Add branch check
* Improve docs
tijuks referenced this pull request in Global-Information-Systems/setup-node Apr 1, 2026
…n-c4fb857816
Bump handlebars from 4.7.8 to 4.7.9 in the npm_and_yarn group across 1 directory
Sign up for freeto 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

@damccorm@bryanmacfarlane@jclem