6 lines
84 B
Bash
6 lines
84 B
Bash
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
npm run lint
|
|
npm run checktype
|