Ajout de l'affichage du rapport vue-tsc dans le pipeline de lint

This commit is contained in:
Boris Waaub
2026-02-04 15:20:53 +01:00
parent 203a0d2264
commit b8f3b64f6d

View File

@@ -165,6 +165,7 @@ lint:
- yarn install --ignore-optional
- npx eslint-baseline "src/**/*.{js,ts,vue}"
- yarn vue-tsc --noEmit > vue-tsc-report.txt 2>&1 || true
- cat vue-tsc-report.txt
- grep -q "error" vue-tsc-report.txt && exit 2 || exit 0
artifacts:
expire_in: 1 day