chore: 更新 pre-commit 钩子,添加运行提示图标
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
echo "Running pre-commit hook..."
|
echo "🔧 Running pre-commit hook..."
|
||||||
|
|
||||||
if command -v pnpm >/dev/null 2>&1; then
|
if command -v pnpm >/dev/null 2>&1; then
|
||||||
# 如果 pnpm 可用,直接使用它
|
# 如果 pnpm 可用,直接使用它
|
||||||
|
Reference in New Issue
Block a user