You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pnpm dev # will watch and rebuild all packages in ./packages
```
Then development with the packages in `./sandboxes`.
## Release
For repository maintainers:
1. bump version locally with changeset (`changeset add` and `changeset version`) and generate a bump commit.
2. create a PR to merge the commit into main branch.
3. trigger [rspack-contrib/storybook-rsbuild/actions/workflows/release.yaml](https://github.com/rspack-contrib/storybook-rsbuild/actions/workflows/release.yaml) manually, NPM publish, git tag push and GitHub Release will be created then.