mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-21 07:29:37 +01:00
6 lines
100 B
Plaintext
6 lines
100 B
Plaintext
![]() |
#!/bin/sh
|
||
|
. "$(dirname "$0")/_/husky.sh"
|
||
|
|
||
|
#./node_modules/.bin/lint-staged
|
||
|
npm run husky:pre-commit
|