mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-08 23:25:51 +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
|