mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2026-03-23 16:08:05 +03: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