Add prettier to CI
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
aaf93dffa9
commit
652a3d6bb5
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue