Add prettier to CI

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2020-06-25 12:05:35 +02:00
parent 29ebf26b84
commit 0b7275ee7c

View File

@ -39,6 +39,7 @@ lint:
- cd js
- yarn install
#- yarn run lint || export EXITVALUE=1
- yarn run prettier -c .
- yarn run build
- cd ../
- exit $EXITVALUE