mirror of
https://gitee.com/h_mo/uniapp-vue3-vite-ts-template
synced 2025-04-05 19:41:44 +08:00
8 lines
149 B
Bash
8 lines
149 B
Bash
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
[ -n "$CI" ] && exit 0
|
|
|
|
# 根据./lintsstagedrc.cjs配置格式化并提交代码
|
|
npm run lint:lint-staged
|