El inmutable

This commit is contained in:
2026-03-02 16:46:29 +01:00
parent a0faa2d105
commit b6b2cf6cc8

View File

@@ -17,8 +17,7 @@ pipeline {
sh 'npm install -g yarn'
sh 'corepack enable'
sh 'corepack prepare yarn@4.12.0 --activate'
sh 'rm yarn.lock'
sh 'yarn install --immutable'
sh 'yarn install'
}
}
stage("🧱 Building") {