移除锁检查

This commit is contained in:
Jerry 2025-06-05 21:25:25 +08:00
parent fa8b7528cd
commit 0f01772ba4

View File

@ -28,7 +28,7 @@ jobs:
cache: 'pnpm' cache: 'pnpm'
- name: Install dependencies - name: Install dependencies
run: pnpm install --frozen-lockfile run: pnpm install
- name: Build project - name: Build project
run: pnpm run build run: pnpm run build