Skip to content

Commit

Permalink
avoid type checking component twice
Browse files Browse the repository at this point in the history
  • Loading branch information
elevatebart committed Nov 6, 2023
1 parent 0f12340 commit 6e23219
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/template-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,6 @@ jobs:
- name: Build Component for React
run: yarn turbo run build --filter=@cypress-design/vue-componentname...

- name: Types docs
run: yarn vue-tsc --noEmit -p .

- name: Types Vue
run: yarn vue-tsc --noEmit --project ./tsconfig.vue.json

- name: Types React
run: yarn tsc --noEmit --project ./tsconfig.react.json

- name: Lint all files
run: yarn eslint .

Expand Down

0 comments on commit 6e23219

Please sign in to comment.