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: