Przeglądaj źródła

update readme and ci

Olivier Massot 1 rok temu
rodzic
commit
340a638a16
2 zmienionych plików z 3 dodań i 1 usunięć
  1. 1 1
      .gitlab-ci.yml
  2. 2 0
      README.md

+ 1 - 1
.gitlab-ci.yml

@@ -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:

+ 2 - 0
README.md

@@ -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 :