mirror of
https://github.com/Tencent/tdesign-vue-next-starter.git
synced 2024-11-10 13:16:17 +08:00
d8c89bff0c
* feat: add t7 and code update * chore(husky): add prepare commit msg * fix: dashboard getScatterDataSet fix * ci(pull request): add pull request cache * fix: dashboard chart render error
4 lines
86 B
Bash
Executable File
4 lines
86 B
Bash
Executable File
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
exec < /dev/tty && npx git-cz --hook || true |