mirror of https://github.com/ElemeFE/element
ci: Run check-types as part of the CI
parent
cc3e3e2827
commit
50e3b43e7b
|
@ -18,6 +18,9 @@ jobs:
|
||||||
node-version: '10.15.0'
|
node-version: '10.15.0'
|
||||||
registry-url: https://registry.npmjs.com/
|
registry-url: https://registry.npmjs.com/
|
||||||
|
|
||||||
|
- name: Check types
|
||||||
|
run: npm run check-types
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: npm run bootstrap && npm run deploy:build
|
run: npm run bootstrap && npm run deploy:build
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue