Add the preview-build label to the PR. Each labeled commit is published to the
registry bridge as the npm
version 0.0.0-commit.<sha>; the PR gets a sticky comment with the exact
version and install steps.
Install a preview build with the install script (PR number or commit sha):
curl -fsSL https://vite.plus | VP_PR_VERSION=1569 bashOr pin it in a project through the bridge registry (.npmrc:
registry=https://registry-bridge.viteplus.dev/):
pnpm add vite-plus@0.0.0-commit.<sha>