Browse Source

chore: fix ci (#34778)

pull/34786/head
MadCcc 3 years ago
committed by GitHub
parent
commit
34d49b1985
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .github/workflows/test.yml

3
.github/workflows/test.yml

@ -172,9 +172,6 @@ jobs:
path: es
key: es-${{ github.sha }}
- name: lessc component
run: npx lessc --js ./es/button/style/index.less
- name: lessc mixins
run: npx lessc --js ./es/style/mixins/index.less
needs: compile

Loading…
Cancel
Save