Skip to content
Snippets Groups Projects
Commit 7906b4dc authored by Mohammad Torkashvand's avatar Mohammad Torkashvand
Browse files

add prettier to the CI

parent 3610e240
No related branches found
No related tags found
No related merge requests found
Pipeline #86913 failed
...@@ -13,6 +13,7 @@ tsc_lint_and_test: ...@@ -13,6 +13,7 @@ tsc_lint_and_test:
script: script:
- npm ci - npm ci
- npm run tsc - npm run tsc
- npm run prettier:check
- npm run lint - npm run lint
- npm run test - npm run test
tags: tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment