Olivier Massot hai 1 ano
pai
achega
443cf47afb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
+    - yarn prettier . --check --log-level=debug
 
 unit:
   stage: test