From ba8492f428d38e681bf26d92cdbfc1d1a99059f1 Mon Sep 17 00:00:00 2001 From: kezhenxu94 Date: Thu, 30 Apr 2020 00:01:57 +0800 Subject: [PATCH] Reorder lint action --- .github/workflows/ci_frontend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_frontend.yml b/.github/workflows/ci_frontend.yml index 45dcbf1e35..b8e11252c8 100644 --- a/.github/workflows/ci_frontend.yml +++ b/.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: