Browse Source

Reorder lint action

pull/3/MERGE
kezhenxu94 4 years ago committed by gaojun2048
parent
commit
ce8945d24f
  1. 1
      .github/workflows/ci_frontend.yml

1
.github/workflows/ci_frontend.yml

@ -50,6 +50,7 @@ jobs:
cd dolphinscheduler-ui
npm install node-sass --unsafe-perm
npm install
npm run lint
npm run build
License-check:

Loading…
Cancel
Save