style: modify the commitlint package manager

This commit is contained in:
陈凯龙 2022-04-12 13:33:17 +08:00
parent 0873258adf
commit ba7e7224ab

View File

@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
yarn commitlint --edit "$1"
pnpm commitlint --edit "$1"