Skip to content

Commit

Permalink
try to only build the template
Browse files Browse the repository at this point in the history
  • Loading branch information
elevatebart committed Sep 5, 2023
1 parent 808472b commit 4466473
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/template-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ jobs:
run: yarn new:component --name ComponentName

- name: Build Components
run: yarn run build:components
run: yarn turbo run --no-daemon build \
--filter="@cypress-design/vue-componentname" \
--filter="@cypress-design/react-componentname" \
--filter="@cypress-design/constants-componentname" \

- name: Check global types
run: |
Expand Down

0 comments on commit 4466473

Please sign in to comment.