ci: skip type check temporarily (#178)

This commit is contained in:
shadcn
2023-04-17 15:52:17 +04:00
committed by GitHub
parent a243262748
commit 96f300ea74
2 changed files with 7 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
---
"shadcn-ui": minor
---
add init command

View File

@@ -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