1
0
mirror of https://github.com/142vip/408CSFamily.git synced 2026-04-13 18:00:58 +08:00

perf: ci脚本新增pnpm安装,优化CI、CD流水线

This commit is contained in:
chu fan
2023-10-16 18:49:51 +08:00
parent 6bfc66d730
commit 67c38b0564
3 changed files with 33 additions and 30 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
## 下载依赖
pnpm i --frozen-lockfile --registry https://registry.npmmirror.com
npm i -g pnpm@7 && pnpm i --frozen-lockfile --registry https://registry.npmmirror.com