Browse Source

Reorder lint action

pull/2/head
kezhenxu94 4 years ago
parent
commit
ba8492f428
No known key found for this signature in database
GPG Key ID: 360FA97F3F26334C
  1. 2
      .github/workflows/ci_frontend.yml

2
.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:

Loading…
Cancel
Save