Olivier Massot 1 년 전
부모
커밋
443cf47afb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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