Skip to content

Commit

Permalink
Git-ignore the built Storybook library
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepinho committed Jul 8, 2024
1 parent 5641af2 commit 764c23f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/ui/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
storybook-static
1 change: 1 addition & 0 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"build": "tsc --build && tsc-alias",
"lint": "eslint components lib",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"test": "vitest run",
"ui:add": "pnpm dlx shadcn-ui@latest add"
},
Expand Down

0 comments on commit 764c23f

Please sign in to comment.