Ya no hace falta la eliminacion explicita

This commit is contained in:
2026-03-02 16:57:46 +01:00
parent 1798118f6b
commit 9b92f3506b

View File

@@ -17,7 +17,6 @@ pipeline {
sh 'npm install -g yarn'
sh 'corepack enable'
sh 'corepack prepare yarn@4.12.0 --activate'
sh 'rm yarn.lock'
sh 'yarn install'
}
}