-
Notifications
You must be signed in to change notification settings - Fork 75
fix: storybook build process #3114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
eduardoformiga
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lots of files changed, and I had a lot of questions hahah
- faststore/cli command to calculate graphql chaced queries You can test it by running the cli on the starter or on the core mannualy. Ex: - Running on core ``` $ pnpm i $ cd ./packages/core $ (../cli & pnpm build) $ node ../cli/bin/run generate-types $ node ../cli/bin/run cache-graphql ``` Builds the cli, and regenerated the types to create the persisted-documents.json file and run the cache-graphql. After running it you should see the discovery.config.default.js changed to include all the queries names that would be cached. --------- Co-authored-by: Fanny Chien <[email protected]>
lemagnetic
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Builds and tests passing
Uh oh!
There was an error while loading. Please reload this page.