Migraciones a mano de momento

This commit is contained in:
2026-03-05 10:17:26 +01:00
parent 2897d7aa3c
commit 7743bd1f0d
3 changed files with 0 additions and 106 deletions

View File

@@ -17,7 +17,6 @@ pipeline {
sh 'npm install -g yarn'
sh 'corepack enable'
sh 'corepack prepare yarn@4.12.0 --activate'
sh 'yarn config set npmRegistryServer http://gitea:3000/api/packages/alvarsanmartin/npm/'
sh 'yarn install --immutable'
}
}