Make prettier ignore i18n JSON files.

This commit is contained in:
Thomas Citharel 2020-06-26 15:23:24 +02:00
parent ab55c0ebb0
commit 764d695190
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ lint:
- cd js
- yarn install
#- yarn run lint || export EXITVALUE=1
- yarn run prettier -c .
- yarn run prettier --ignore-path="src/i18n/*" -c . || export EXITVALUE=1
- yarn run build
- cd ../
- exit $EXITVALUE