This website requires JavaScript.
Explore
Help
Sign In
image
/
tdesign-vue-next-starter
Watch
1
Star
0
Fork
1
You've already forked tdesign-vue-next-starter
mirror of
https://github.com/Tencent/tdesign-vue-next-starter.git
synced
2024-12-23 15:36:39 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e69c4ed98c
tdesign-vue-next-starter
/
.husky
/
pre-commit
6 lines
85 B
Plaintext
Raw
Normal View
History
Unescape
Escape
fix: 修复husky可能找不到npx命令的问题 (#635)
2023-11-15 18:05:15 +08:00
if [[ "$OS" == "Windows_NT" ]]; then
npx.cmd lint-staged
else
npx lint-staged
fi
Reference in New Issue
Copy Permalink