Skip to content

Commit

Permalink
perf(pnpm): CI支持PNPM8
Browse files Browse the repository at this point in the history
  • Loading branch information
142vip.cn committed Oct 25, 2023
1 parent 0536166 commit d17baf7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

## 安装依赖
npm i -g pnpm@7 && pnpm i --frozen-lockfile --registry https://registry.npmmirror.com
npm i pnpm@8 -g && pnpm i --frozen-lockfile --registry https://registry.npmmirror.com
3 changes: 3 additions & 0 deletions scripts/release
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ else
echo "当前分支是:$current_branch ,版本迭代允许在next分之操作,并推送到远程!!!"
fi


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

0 comments on commit d17baf7

Please sign in to comment.