diff --git a/.github/workflows/superset-frontend.yml b/.github/workflows/superset-frontend.yml index c603f0181..3f30ad2c3 100644 --- a/.github/workflows/superset-frontend.yml +++ b/.github/workflows/superset-frontend.yml @@ -49,11 +49,6 @@ jobs: working-directory: ./superset-frontend run: | npm run type - - name: prettier - if: steps.check.outputs.frontend - working-directory: ./superset-frontend - run: | - npm run prettier-check - name: Build plugins packages if: steps.check.outputs.frontend working-directory: ./superset-frontend