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 c4b199d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
12 changes: 2 additions & 10 deletions packages/ui/firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,12 @@
{
"target": "preview",
"public": "storybook-static",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"]
},
{
"target": "stable",
"public": "storybook-static",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"]
}
]
}
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 c4b199d

Please sign in to comment.