Browse Source

Reorder lint action

kezhenxu94 5 years ago
parent
commit
ba8492f428
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/ci_frontend.yml

+ 1 - 1
.github/workflows/ci_frontend.yml

@@ -48,9 +48,9 @@ jobs:
       - name: Compile
         run: |
           cd dolphinscheduler-ui
-          npm run lint
           npm install node-sass --unsafe-perm
           npm install
+          npm run lint
           npm run build
 
   License-check: