* chore(deps): update dependency husky to v7 * fix: migrate config from husky4 to husky7 Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Michael Terry <mterry@edx.org>
5 lines
55 B
Bash
Executable File
5 lines
55 B
Bash
Executable File
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
npm run lint
|