The goal is to avoid adding dependencies related to the example in the SB codebase workpaces.
Considering this example as a stand-alone workspace make it works in a more realistic way.
Working on things in `@storybook/lit` and want to test them in lit-kitchen-sink?
Run:
- `yarn build lit --watch` in the monorepo root folder
- `yarn install` then `yarn storybook` in lit-kitchen-sink folder
You're good to go, both changes in the example code or in `@storybook/lit` will be reflected in the UI.
Publish the app to `https://exp.host/@storybook/crna-kitchen-sink?release-channel=branch-name`.
This enables contributors/ code reviewers without much RN experience to easily preview the app from their phone.
A side effect of publishing is it confirms the app at the very least bundles correctly.
Changelog formatting
Bump @storybook/addon-actions from 4.0.0 to 4.0.8 in /docs
Bumps [@storybook/addon-actions](https://github.com/storybooks/storybook) from 4.0.0 to 4.0.8.
- [Release notes](https://github.com/storybooks/storybook/releases)
- [Changelog](https://github.com/storybooks/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybooks/storybook/compare/v4.0.0...v4.0.8)
Signed-off-by: dependabot[bot] <support@dependabot.com>
update `npm install` to match current requirements
Add TypeScript support for react-scripts
4.1.0-alpha.5 changelog
v4.1.0-alpha.5
4.1.0-alpha.6 changelog
v4.1.0-alpha.6
Reduce jest image size
4.1.0-alpha.7 changelog
v4.1.0-alpha.7
ADD webpack stats generation for debugging
Revert "Update LICENSE"
This reverts commit 69fc0517074634dd792f4b10d968a6c3a8244842.
Don't change rootElement when received node is the same
Merge pull request #4830 from aliceyoung9/patch-1
little documentation fix
FIX linting