ci: 🎡 配置.ps1文件的编码及换行符
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
||||
# 发布所有子包到私有 npm 仓库
|
||||
# 发布所有子包到私有 npm 仓库
|
||||
# 使用方法: powershell scripts/publish.ps1
|
||||
# 注意: 发布仓库地址使用各子包 package.json 中的 publishConfig.registry 配置
|
||||
# 版本管理请先通过 pnpm release (standard-version) 完成,本脚本仅负责构建和发布
|
||||
@@ -88,4 +88,4 @@ if ($push -eq "y" -or $push -eq "Y") {
|
||||
}
|
||||
Write-Host ""
|
||||
|
||||
Write-Host "🎉 所有包发布完成!版本: v$CURRENT_VERSION" -ForegroundColor Green
|
||||
Write-Host "🎉 所有包发布完成!版本: v$CURRENT_VERSION" -ForegroundColor Green
|
||||
|
||||
Reference in New Issue
Block a user