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 aaf93dffa9
commit 652a3d6bb5
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 1 additions and 0 deletions

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