[Build] moves prettier check to separate script (#9591)

* [Build] moves prettier check to separate script

* rename step: eslint -> lint
This commit is contained in:
ʈᵃᵢ
2020-04-20 15:06:33 -07:00
committed by GitHub
parent 237ac59474
commit cb51d7833f
2 changed files with 4 additions and 2 deletions

View File

@@ -13,10 +13,11 @@ jobs:
uses: apache-superset/cached-dependencies@adc6f73
with:
run: npm-install
- name: eslint
- name: lint
working-directory: ./superset-frontend
run: |
npm run lint
npm run prettier-check
- name: unit tests
working-directory: ./superset-frontend
run: |