mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
bdf7dfb3e0
* chore(project): use pretty-quick * refactor: add dev branch
6 lines
96 B
Bash
Executable File
6 lines
96 B
Bash
Executable File
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
pnpm exec lint-staged
|
|
pnpm exec pretty-quick --staged
|