Skip to content

Commit d17baf7

Browse files
author
142vip.cn
committed
perf(pnpm): CI支持PNPM8
1 parent 0536166 commit d17baf7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

scripts/ci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22

33
## 安装依赖
4-
npm i -g pnpm@7 && pnpm i --frozen-lockfile --registry https://registry.npmmirror.com
4+
npm i pnpm@8 -g && pnpm i --frozen-lockfile --registry https://registry.npmmirror.com

scripts/release

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@ else
2222
echo "当前分支是:$current_branch ,版本迭代允许在next分之操作,并推送到远程!!!"
2323
fi
2424

25+
26+
## 直接快速生成CHANGELOG文档
27+
#pnpm commit-and-tag-version

0 commit comments

Comments
 (0)