mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
6 lines
100 B
Text
6 lines
100 B
Text
|
#!/bin/sh
|
||
|
. "$(dirname "$0")/_/husky.sh"
|
||
|
|
||
|
#./node_modules/.bin/lint-staged
|
||
|
npm run husky:pre-commit
|