瀏覽代碼

Reorder lint action

kezhenxu94 5 年之前
父節點
當前提交
ba8492f428
共有 1 個文件被更改,包括 1 次插入1 次删除
  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: