Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

196: update gh pages storybook build #226

Merged
merged 3 commits into from
Aug 23, 2022

Conversation

garrettbear
Copy link
Contributor

Fixes #196

Description

Fonts are broken on storybook github page.

Technical Details

Build process for github pages with storybook

Acceptance Criteria

Storybook github page should display correct font without needing it to be on your machine

@metamaskbot
Copy link
Collaborator

Builds ready [50a1f80]

@metamaskbot
Copy link
Collaborator

Builds ready [8dcecfa]

"workbench.colorCustomizations": {
"titleBar.activeBackground": "#037DD6",
"titleBar.activeForeground": "#ffffff"
}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This makes it easier to tell the difference between design tokens and extension on vscode
Screen Shot 2022-08-23 at 3 04 21 PM

@@ -49,6 +50,7 @@
"@storybook/addon-links": "^6.5.10",
"@storybook/preset-scss": "^1.0.3",
"@storybook/react": "^6.5.10",
"@storybook/storybook-deployer": "^2.8.12",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Package for storybook-to-ghpages command. Same we are using on extension.

@garrettbear garrettbear marked this pull request as ready for review August 23, 2022 22:06
@garrettbear garrettbear requested a review from a team as a code owner August 23, 2022 22:06
Copy link
Collaborator

@georgewrmarshall georgewrmarshall left a comment

Choose a reason for hiding this comment

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

LGTM! Let's give it a shot 🎯

@georgewrmarshall georgewrmarshall merged commit 6a06aa3 into main Aug 23, 2022
@georgewrmarshall georgewrmarshall deleted the feat/196/fix-gh-pages-font branch August 23, 2022 22:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix fonts in storybook github pages
3 participants