Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepinho committed Jul 10, 2024
1 parent e5a7cdc commit 826b048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"license": "(MIT OR Apache-2.0)",
"type": "module",
"scripts": {
"build-storybook": "storybook build",
"lint": "tsc --noEmit && 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 826b048

Please sign in to comment.