mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-08 23:25:51 +01:00
6 lines
100 B
Bash
Executable File
6 lines
100 B
Bash
Executable File
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
#./node_modules/.bin/lint-staged
|
|
npm run husky:pre-commit
|