Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 608 Bytes

File metadata and controls

21 lines (15 loc) · 608 Bytes

Maintenance

Publishing Preview Packages

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 bash

Or 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>