Jenkins build
Some checks failed
test/timeline-frontend/pipeline/head There was a failure building this commit
Some checks failed
test/timeline-frontend/pipeline/head There was a failure building this commit
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -65,8 +65,8 @@ pipeline {
|
||||
// 安装 pnpm
|
||||
sh 'npm install -g pnpm'
|
||||
|
||||
// 使用 pnpm 安装依赖,使用 --frozen-lockfile 确保依赖一致性
|
||||
sh 'pnpm install --frozen-lockfile'
|
||||
// 使用 pnpm 安装依赖,由于锁文件兼容性问题,不使用 --frozen-lockfile
|
||||
sh 'pnpm install --no-frozen-lockfile'
|
||||
|
||||
// 构建项目
|
||||
sh 'pnpm run build'
|
||||
|
||||
Reference in New Issue
Block a user