fix: remove tsc -v

This commit is contained in:
conny890 2025-06-25 17:19:06 +08:00
parent 2f81c229fe
commit e051292996

2
Jenkinsfile vendored
View File

@ -48,8 +48,6 @@ pipeline {
sh ''' sh '''
echo "=== node版本 ===" echo "=== node版本 ==="
node -v node -v
echo "=== typescript版本 ==="
tsc -v
''' '''
echo "✅ 构建环境检查完成" echo "✅ 构建环境检查完成"
} }