Skip to content

Commit

Permalink
Update build script to add all components (related to shadcn-ui/next-…
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmurdza committed Jul 15, 2023
1 parent 26c063f commit c2dc23f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
rm -rf download
git clone https://github.com/shadcn/next-template download

pushd ./download
npx shadcn-ui add --overwrite --yes accordion alert alert-dialog aspect-ratio avatar badge button calendar card checkbox collapsible command context-menu dialog dropdown-menu form hover-card input label menubar navigation-menu popover progress radio-group scroll-area select separator sheet skeleton slider switch table tabs textarea toast toggle tooltip
popd

version=$(cat package.json | jq ".version")
templatePackageJson=$(cat download/package.json)

Expand Down

0 comments on commit c2dc23f

Please sign in to comment.