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
|
- cd js
|
||||||
- yarn install
|
- yarn install
|
||||||
#- yarn run lint || export EXITVALUE=1
|
#- yarn run lint || export EXITVALUE=1
|
||||||
|
- yarn run prettier -c .
|
||||||
- yarn run build
|
- yarn run build
|
||||||
- cd ../
|
- cd ../
|
||||||
- exit $EXITVALUE
|
- exit $EXITVALUE
|
||||||
|
|
Loading…
Reference in a new issue