chore(build): remove extraneous prettier step in superset-frontend CI (#30253)
Signed-off-by: hainenber <dotronghai96@gmail.com>
This commit is contained in:
parent
3877355555
commit
8cd18cac8c
|
|
@ -49,11 +49,6 @@ jobs:
|
||||||
working-directory: ./superset-frontend
|
working-directory: ./superset-frontend
|
||||||
run: |
|
run: |
|
||||||
npm run type
|
npm run type
|
||||||
- name: prettier
|
|
||||||
if: steps.check.outputs.frontend
|
|
||||||
working-directory: ./superset-frontend
|
|
||||||
run: |
|
|
||||||
npm run prettier-check
|
|
||||||
- name: Build plugins packages
|
- name: Build plugins packages
|
||||||
if: steps.check.outputs.frontend
|
if: steps.check.outputs.frontend
|
||||||
working-directory: ./superset-frontend
|
working-directory: ./superset-frontend
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue