更新 .gitignore 文件以移除 package-lock.json,修改 GitHub Actions 中的 npm 安装命令为 --force

This commit is contained in:
wood chen 2025-04-18 20:32:33 +08:00
parent 426f253761
commit 9d41ce3187
3 changed files with 6642 additions and 2 deletions

View File

@ -19,7 +19,7 @@ jobs:
node-version: '22'
- name: Install dependencies
run: npm install --legacy-peer-deps
run: npm install --force
- name: Build project
run: npm run build

1
.gitignore vendored
View File

@ -8,7 +8,6 @@ pnpm-debug.log*
lerna-debug.log*
node_modules
package-lock.json
dist
dist-ssr
dev-dist

6641
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff