4 linhas
59 B
Bash
Arquivo executável
4 linhas
59 B
Bash
Arquivo executável
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
yarn lint-staged
|