Skip to content

Commit

Permalink
ci: remove vercel previews for examples
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-bell committed Jun 27, 2023
1 parent 6d3d1db commit 791068e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ jobs:
with:
fetch-depth: 0
- uses: ./.github/actions/install
- run: pnpm build
- name: Packages
run: pnpm build
- name: Examples
run: pnpm --filter "./examples/**" --parallel build
check:
runs-on: ubuntu-latest
steps:
Expand Down
1 change: 1 addition & 0 deletions packages/cva/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import clsx from "clsx";
// Should this project move to JSDoc, this workaround would no longer be needed.

type ClassValue =
| "test"
| ClassArray
| ClassDictionary
| string
Expand Down

1 comment on commit 791068e

@vercel
Copy link

@vercel vercel bot commented on 791068e Jun 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.