1
0
mirror of https://github.com/142vip/408CSFamily.git synced 2026-04-09 05:27:52 +08:00

perf: 支持PNPM8

This commit is contained in:
chu fan
2023-10-25 22:22:03 +08:00
parent f21fc68f0e
commit 6c6fc92c40
2 changed files with 1847 additions and 1848 deletions

3693
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -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