-
-
Notifications
You must be signed in to change notification settings - Fork 254
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(packages/ui): Storybook deploy fix (#15252)
* update build config * update build config * update build config * optimise build command * update ui package build script * optimise vecel build config * update entry * update entry * remove custom entry html * tidy package.json * improve config typings * update yarn.lock * update config * update readme
- Loading branch information
Showing
6 changed files
with
14 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"$schema": "https://openapi.vercel.sh/vercel.json", | ||
"buildCommand": "npm run build-storybook", | ||
"devCommand": "npm run storybook", | ||
"installCommand": "npm install", | ||
"buildCommand": "cd .. && yarn build && yarn workspace @unlock-protocol/networks build && yarn workspace @unlock-protocol/ui build-storybook", | ||
"devCommand": "yarn storybook", | ||
"installCommand": "yarn install", | ||
"framework": null, | ||
"outputDirectory": "./storybook-static" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters