This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@rocket/cli@0.20.2
Patch Changes
39206a1: rocket start now outputs to _site-dev instead of _site.
39206a1: rocket start clears only its output folder (defaults to _site-dev)
cbfb0f9: Add rocket preview command to enable fast checking of the production build
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@rocket/cli@0.20.2
Patch Changes
rocket start
now outputs to_site-dev
instead of_site
.rocket start
clears only its output folder (defaults to_site-dev
)rocket preview
command to enable fast checking of the production build