Jenkins build
Some checks failed
test/timeline-frontend/pipeline/head There was a failure building this commit

This commit is contained in:
2025-12-29 15:55:25 +08:00
parent 3d7ab7c6af
commit efb82caf1a

4
Jenkinsfile vendored
View File

@@ -65,8 +65,8 @@ pipeline {
// 安装 pnpm // 安装 pnpm
sh 'npm install -g pnpm' sh 'npm install -g pnpm'
// 使用 pnpm 安装依赖,使用 --frozen-lockfile 确保依赖一致性 // 使用 pnpm 安装依赖,由于锁文件兼容性问题,不使用 --frozen-lockfile
sh 'pnpm install --frozen-lockfile' sh 'pnpm install --no-frozen-lockfile'
// 构建项目 // 构建项目
sh 'pnpm run build' sh 'pnpm run build'