4 lines
76 B
Text
4 lines
76 B
Text
|
#!/bin/sh
|
||
|
. "$(dirname "$0")/_/husky.sh"
|
||
|
|
||
|
npm run format && npm run lint:fix
|