Merge pull request #310 from JefferyHcool/feature/optimize-build

fix(ci): 移除 pnpm install 的 --frozen-lockfile 标志
This commit is contained in:
Jianwu Huang
2026-03-23 18:52:56 +08:00
committed by GitHub

View File

@@ -67,7 +67,7 @@ jobs:
- name: Install frontend dependencies
working-directory: BillNote_frontend
run: pnpm install --frozen-lockfile
run: pnpm install
# 设置 Rust 环境
- name: Set up Rust