mirror of
https://github.com/actions/setup-node.git
synced 2025-07-04 08:33:47 +00:00
Use husky to manage deps (#7)
* Add husky * Update docs * Don't ignore node_modules
This commit is contained in:
parent
68c1f30223
commit
075e678472
4 changed files with 222 additions and 14 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -1,7 +1,2 @@
|
|||
# runtime dependencies are checked in
|
||||
# dev dependencies are *not* checked in
|
||||
node_modules/.bin
|
||||
node_modules/typescript
|
||||
node_modules/@types
|
||||
node_modules/prettier
|
||||
__tests__/runner/*
|
||||
!node_modules/
|
||||
__tests__/runner/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue