Olivier Massot 1 vuosi sitten
vanhempi
commit
7da1de6279
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      .gitlab-ci.yml

+ 1 - 1
.gitlab-ci.yml

@@ -26,7 +26,7 @@ code_quality:
 code_style:
   stage: qa
   script:
-    - yarn prettier . --check --log-level=debug
+    - yarn prettier . --check
 
 unit:
   stage: test