Add yarn lint back to CI
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
8dc5b8a4b0
commit
ae03f84950
|
@ -39,7 +39,7 @@ lint:
|
||||||
- mix format --check-formatted --dry-run || export EXITVALUE=1
|
- mix format --check-formatted --dry-run || export EXITVALUE=1
|
||||||
- cd js
|
- cd js
|
||||||
- yarn install
|
- yarn install
|
||||||
#- yarn run lint || export EXITVALUE=1
|
- yarn run lint || export EXITVALUE=1
|
||||||
- yarn run prettier -c . || export EXITVALUE=1
|
- yarn run prettier -c . || export EXITVALUE=1
|
||||||
- yarn run build:assets
|
- yarn run build:assets
|
||||||
- cd ../
|
- cd ../
|
||||||
|
|
Loading…
Reference in a new issue