Skip to content

Commit

Permalink
refactor: update shadcn ui
Browse files Browse the repository at this point in the history
  • Loading branch information
vicanso committed Jan 17, 2025
1 parent aed1d48 commit 30ffc48
Show file tree
Hide file tree
Showing 7 changed files with 428 additions and 867 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ build-web:
&& npm install && npm run build \
&& cp -rf dist ../

update-shadcn:
cd web && for file in src/components/ui/*.tsx; do npx shadcn@latest add -y -o $(basename "$file" .tsx); done
# update-shadcn:
# for file in src/components/ui/*.tsx; do npx shadcn@latest add -y -o $(basename "$file" .tsx); done

bench:
cargo bench
Expand Down
Loading

0 comments on commit 30ffc48

Please sign in to comment.