diff --git a/.github/workflows/template-test.yml b/.github/workflows/template-test.yml index a22d334d7..0ab50e532 100644 --- a/.github/workflows/template-test.yml +++ b/.github/workflows/template-test.yml @@ -37,6 +37,9 @@ jobs: - name: Create component with template run: yarn new:component --name ComponentName + - name: Build Components + run: yarn run build:components + - name: Check global types run: | yarn vue-tsc --noEmit -p .