mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-03-16 02:47:45 +00:00
Ajout de la génération du rapport vue-tsc dans le job de tests et correction de l'ordre des commandes
This commit is contained in:
@@ -188,8 +188,8 @@ vue_tsc:
|
||||
- export PATH="./node_modules/.bin:$PATH"
|
||||
script:
|
||||
- yarn install --ignore-optional
|
||||
- yarn build
|
||||
- php bin/console cache:clear
|
||||
- yarn build
|
||||
- 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
|
||||
|
||||
Reference in New Issue
Block a user