Skip to content

Commit

Permalink
storybook sttaic dir
Browse files Browse the repository at this point in the history
  • Loading branch information
clementroche committed Jul 26, 2024
1 parent cfd38ec commit ad09c12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ const config = {
options: {},
},
staticDirs: [
'..\\public',
{
from: '../public/fonts',
to: 'public/fonts',
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"analyze": "cross-env ANALYZE=true next build",
"prepare": "husky",
"npmrc": "npx npmrc-replace-env -w",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
"storybook:dev": "storybook dev -p 6006",
"storybook:build": "storybook build --quiet"
},
"dependencies": {
"@darkroom.engineering/hamo": "0.6.45",
Expand Down

1 comment on commit ad09c12

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"⚡️ Lighthouse report for the changes in this commit:

🔴 Performance: 44
🟢 Accessibility: 91
🟠 Best practices: 79
🟢 SEO: 92
🔴 PWA: undefined

Lighthouse ran on https://vercel.com/login?next=%2Fsso-api%3Furl%3Dhttps%253A%252F%252Fsatus-storybook-i3rr6zudt-darkroom-engineering.vercel.app%252F%26nonce%3D256d9c70b0266e441a6dcda68baa9ca046fabce3bd6b6ef88fc7281874ec00d5"

Please sign in to comment.