6 lines
67 B
Text
6 lines
67 B
Text
|
#!/bin/sh
|
||
|
. "$(dirname "$0")/_/husky.sh"
|
||
|
|
||
|
npx lint-staged
|
||
|
npm test
|