build: check component types (#283)

This commit is contained in:
Fine0830
2023-06-14 09:35:35 +08:00
committed by GitHub
parent 7fe3257c32
commit 77c1694383
3 changed files with 3 additions and 5 deletions

View File

@@ -49,6 +49,7 @@ jobs:
npm ci
npm run lint
npm run build --if-present
npm run check-components-types
npm run test:unit
env:
CI: true