Skip to content

Commit

Permalink
ci: skip type check temporarily (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
shadcn authored Apr 17, 2023
1 parent a243262 commit 96f300e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/mighty-doors-jam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"shadcn-ui": minor
---

add init command
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
- name: Install NPM Dependencies
run: pnpm install

- name: Check for errors
run: pnpm check
# - name: Check for errors
# run: pnpm check

- name: Build the package
run: pnpm build:cli
Expand Down

0 comments on commit 96f300e

Please sign in to comment.