feat(react-storybook): init new package for convergence storybooks co…#17921
Conversation
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: fdb1af09ba60238bb1c3913af6a6a6fe98f49034 (build) |
|
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. Latest deployment of this branch, based on commit 9f9d7ff:
|
Perf AnalysisNo significant results to display. All results
Perf Analysis (Fluent)Perf comparison
Perf tests with no regressions
|
| "just": "just-scripts", | ||
| "lint": "just-scripts lint", | ||
| "start": "just-scripts dev:storybook", | ||
| "start-test": "echo \"This is DEPRECATED instead use 'test --watch'\" && just-scripts jest-watch", |
There was a problem hiding this comment.
I guess you can just get rid of it for new packages
| "start-test": "echo \"This is DEPRECATED instead use 'test --watch'\" && just-scripts jest-watch", |
There was a problem hiding this comment.
this is gonna be handled in batch/automation scripts per package when new Dx is ready
| "start": "just-scripts dev:storybook", | ||
| "start-test": "echo \"This is DEPRECATED instead use 'test --watch'\" && just-scripts jest-watch", | ||
| "test": "jest", | ||
| "update-snapshots": "echo \"This is DEPRECATED instead use 'test -u'\" && just-scripts jest -u" |
There was a problem hiding this comment.
No snapshots here I think... also we should just stop using snapshot tests IMO
| "update-snapshots": "echo \"This is DEPRECATED instead use 'test -u'\" && just-scripts jest -u" |
| packages/react-storybook/ @cxe-prg @ling1726 @layershifter | ||
| packages/storybook/ @cxe-prg @ling1726 @layershifter |
There was a problem hiding this comment.
Should both of these (or at least the old one) also have the build team as an owner?
There was a problem hiding this comment.
I don't see such a need ( I'd like to have our team and teams fluent team here for now ).
both are private for now, would be nice to shape up the new one to be a proper addon etc - then we can make it public.
| @@ -0,0 +1,3 @@ | |||
| { | |||
There was a problem hiding this comment.
If you want it's probably okay to get rid of API Extractor for this package
There was a problem hiding this comment.
Im gonna keep it for consistency reasons. in general every package should use common tooling in terms of rolluping types and producing docs.
0f87eb4 to
90bc73c
Compare
b58420b to
9f9d7ff
Compare
microsoft#17921) * feat(react-storybook): init new package for convergence storybooks configuration
…nfiguration
Pull request checklist
$ yarn changeDescription of changes
@fluentui/react-storybook(this will be used for convergence and beyond)@fluentui/storybookhas it now as dependency so we don't duplicate code, without any breaking changes. Also this package can be used solely with v8/7.Dep Graph:
Focus areas to test
(optional)