.husky/pre-commit #!/bin/sh . "$(dirname "$0")/_/husky.sh" # コミット前に実行するコマンド # npm の場合 npm lint-stage # yarn の場合 yarn ...
確定! 回上一頁