Commit c6d52004 authored by zhangsan's avatar zhangsan

1

parent 19339211
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
npx --no -- commitlint --edit ${1}
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npx lint-staged
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment