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
|