Skip to content

Commit

Permalink
add build components to template test
Browse files Browse the repository at this point in the history
  • Loading branch information
elevatebart committed Sep 5, 2023
1 parent 7e011b1 commit bb30e1f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/template-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit bb30e1f

Please sign in to comment.