Skip to content

Commit

Permalink
fix template
Browse files Browse the repository at this point in the history
  • Loading branch information
elevatebart committed Sep 5, 2023
1 parent 953bab6 commit 86f79c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/template-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
run: |
yarn turbo run build --filter="@cypress-design/constants-componentname"
yarn install --frozen-lockfile
yarn workspace @cypress-design/vue-componentname build
yarn workspace @cypress-design/react-componentname build
yarn turbo run build --filter="@cypress-design/vue-componentname"
yarn turbo run build --filter="@cypress-design/react-componentname"
- name: Check global types
run: |
Expand Down

0 comments on commit 86f79c4

Please sign in to comment.