Skip to content

Commit 96f300e

Browse files
authored
ci: skip type check temporarily (#178)
1 parent a243262 commit 96f300e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changeset/mighty-doors-jam.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"shadcn-ui": minor
3+
---
4+
5+
add init command

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
- name: Install NPM Dependencies
3131
run: pnpm install
3232

33-
- name: Check for errors
34-
run: pnpm check
33+
# - name: Check for errors
34+
# run: pnpm check
3535

3636
- name: Build the package
3737
run: pnpm build:cli

0 commit comments

Comments
 (0)