@@ -11,6 +11,7 @@ before_script:
- corepack enable
- yarn set version berry
- HOST=ci yarn install --network-timeout 10000
+ - yarn prepare
cache:
paths:
@@ -20,7 +21,6 @@ cache:
code_quality:
stage: qa
script:
- - yarn prepare
- yarn eslint
code_style:
@@ -28,6 +28,8 @@ Cloner le projet :
Installer les dépendances :
+> Installer la bonne version de yarn : https://yarnpkg.com/migration/guide#migration-steps
+
yarn install
Copier les certificats dans le répertoire `env/` de ce projet :